Simple project Angular 5 without angular-cli
To check your node and npm version run
node -v
npm -v
Make sure that
node version >= 6.10.3
npm version >= 3.10.10
To install it choose your OS from this:
https://nodejs.org/en/download/package-manager/
Run only once
npm install
To run project
npm run startmock
npm run start-dev
To make build package run
npm run build-dev
To create other environment add config json in folder config and add npm script in package.json
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Fabio Marcoccia
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details