Before you edit. Please go through the Angular tutorial.
-
Clone the project onto your local machine
-
Run the command
npm install
to install dependencies from the repo -
Install AngularCLI
-
Run locally by typing in the terminal
ng serve
-
Once done with editing:
- In your terminal, run
ng build --base-href="/apphack/" --deploy-url="/apphack/" --prod
- In your terminal, run
-
scp
the contents of thedist
folder intocs.appstate.edu
server. Make sure to backup the previous contents, remove them, thenscp