Additional information or tag line
A brief description of your project, what it is used for.
Install Nodejs v6+
then run below commands:
npm install -g yarn
yarn install
ng serve
open your browser on http://localhost:4200/
.
Production build:
npm run build
SSR build:
npm run build:ssr
AOT build:
npm run build:prerender
The build project will be in dist/ directory.
We can maybe use SemVer for versioning. For the versions available, see the link to tags on this repository.
- Make changes
- Commit those changes
- Make sure Travis turns green
- Bump version in
package.json
npm run version
- Commit
package.json
andCHANGELOG.md
files - Tag
- Push
Building project documentation from DOCStrings:
npm run compodoc
then serve the documentation/ directory.
Here you should write what are all of the configurations a user can enter when
using the project.
Describe and show how to run the tests with code examples.
Explain what these tests test and why.
Give an example
Based on Angular offcial Style guide:
https://angular.io/guide/styleguide
State what the license is and how to find the text version of the license.