https://github.com/jonidelv/ngstarter
Starter for Angular 1.x🛡 projects using John Papa 👴🏻 style guide
https://github.com/jonidelv/ngstarter
angular1 boilerplate gulp scaffolding starter
Last synced: 11 months ago
JSON representation
Starter for Angular 1.x🛡 projects using John Papa 👴🏻 style guide
- Host: GitHub
- URL: https://github.com/jonidelv/ngstarter
- Owner: jonidelv
- Created: 2016-08-15T19:05:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T04:54:41.000Z (about 9 years ago)
- Last Synced: 2025-01-08T05:36:05.187Z (about 1 year ago)
- Topics: angular1, boilerplate, gulp, scaffolding, starter
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ngStarter
============
Starter for Angular 1.x projects using John Papa style guide.
Use node `>=6.3` and npm `>=3.10.3`
## Install dependencies
* `npm install`
* `bower install`
## Start development
* `npm start`
* Go to `http://localhost:8080` in your browser.
## Tests
`npm run test`
## Production ready
`npm run dist`
Now there's a `./dist` folder with all scripts and stylesheets concatenated and minified, also third party libraries installed with bower will be concatenated and minified into `vendors.min.js` and `vendors.min.css` respectively.