This project was generated with Angular CLI version 11.2.10.
Start out by cloning this repository into a file path of your chossing. From command line git clone https://github.com/chemscn/nuvalence-address-book.git
To run this project you will first have to make sure you have the following:
- latest compatible version of nodejs https://nodejs.org/en/.
- If you already have node make sure the version is compatible with angular 11.2.x (10.13.x/12.11.x or later minor). For more visit https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3.
- To handle your node versioning consider installing node version manager. Afterwards, find a list of your installed versions by running the command
nvm list
. Once you found the version that is compatible, usenvm use [version number here]
. - On mac go to the root folder of the angular application in a terminal and run
npm install
. If you didn't set up your credentials to properly, you might have to use the commandsudo npm install
. This command will install thenode-modules
folder required to build the application.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.