This project was generated with Angular CLI version 14.0.2.
-
If you've just forked/cloned this repository, you must run
npm install
to install all of the required dependencies for it to run. -
Run
ng serve
for a client-side dev server. Navigate tohttp://localhost:4200/
. The application will automatically reload if you change any of the source files.- Side note: If you are prompted to address some vulnerabilities, please respect the warning (that addressing these issues may introduce app-breaking changes) and DO NOT RUN
npm audit fix --force
.
- Side note: If you are prompted to address some vulnerabilities, please respect the warning (that addressing these issues may introduce app-breaking changes) and DO NOT RUN
-
Run
npm run start:server
for the coressponding server-side dev server. Navigate tohttp://localhost:3000/
to preview it if you wish, though the requests are done through the API routes -- i.e., nothing to preview in the root path. The server will automatically reload if you've installed nodemon successfully (it is in dev dependencies). -
Run
ng build
to build the project. The build artifacts will be stored in thedist/
directory.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.