CTP Open Source Apps homepage

Open Sourced Apps Developed by CUNY Tech Prep Alumni/Students

Apps

CUNY Tech Prep Alumni Advice

Advice for current students from past expereience. An alumni and want to contribute make a PR!

CUNY Tech Prep Alumni Newsletter

Preview the @cunytechprep/ctp.alumni.newsletter newsletter

CUNY Tech Prep Alumni Survey

Data Visulizations Taken From Alumni Surveys

Want To Create An App?

Follow the contributing guide on the github page.

This project was generated using [ Nx. ]

Here are some things you can do with ctp.app.

Add A React/Angular/Next/ App
# Generate an App 
      nx generate @nrwl/react:application NAME
 # Add a component
 nx g @nrwl/react:component xyz --project ui
Run affected commands
# see what's been affected by changes
 nx affected:dep-graph

 # run tests for current changes
 nx affected:test

 # run e2e tests for current changes
 nx affected:e2e