https://github.com/vermicida/ng-boilerplate
This is just an Angular boilerplate.
https://github.com/vermicida/ng-boilerplate
Last synced: 4 days ago
JSON representation
This is just an Angular boilerplate.
- Host: GitHub
- URL: https://github.com/vermicida/ng-boilerplate
- Owner: vermicida
- License: mit
- Created: 2016-05-08T21:52:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T16:10:07.000Z (about 8 years ago)
- Last Synced: 2025-02-17T14:49:07.512Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-boilerplate
This is just an Angular boilerplate. It is updated to work with the version **4.0.0**.
## Getting started
### The easy way
You can use [nginit](https://github.com/vermicida/nginit), a CLI util that clones this repo and prepare it for you. But if you prefer to do it manually, just keep reading.
### Manually
To use the boilerplate you must clone this repo first:
```bash
$ git clone https://github.com/vermicida/ng-boilerplate.git
```Remember to remove all the Git files:
```bash
$ rm -rf .git
$ rm .gitignore
```Then, install the dependencies:
```bash
$ npm install
```Finally, run the server:
```bash
$ npm start
```And that's all. You're ready to start coding.
## License
Code released under the [MIT license](./LICENSE).