An outline of Atila's front end to get you familiar with Atila's Angular architecture.
You can also see the official Angular QuickStart guide for more information or ask someone on the Atila team.
Install Node.js® and npm if they are not already on your machine.
Verify that you are running at least node 6.9.x and npm 3.x.x by running node -v
and npm -v
in a terminal/console window. Older versions produce errors, but newer versions are fine.
Then install the Angular CLI globally.
npm install -g @angular/cli
Clone this directory to your local drive: git clone https://github.com/atilatech/angular-seed.git
Run npm install
to install node packages.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. Check your browser developer console to ensure everything is working properly. The app will automatically reload if you change any of the source files.
Check the Issues Page to see what we need help with.
Thanks :)
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 README.