Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhpoet/frontend-boilerplate
Frontend boilerplate for modern day web applications (update: not that modern anymore, go use React instead)
https://github.com/vhpoet/frontend-boilerplate
angularjs boilerplate frontend
Last synced: 17 days ago
JSON representation
Frontend boilerplate for modern day web applications (update: not that modern anymore, go use React instead)
- Host: GitHub
- URL: https://github.com/vhpoet/frontend-boilerplate
- Owner: vhpoet
- Created: 2014-12-30T23:09:39.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-03-29T06:24:57.000Z (over 8 years ago)
- Last Synced: 2024-10-11T09:10:58.329Z (about 1 month ago)
- Topics: angularjs, boilerplate, frontend
- Language: JavaScript
- Homepage:
- Size: 404 KB
- Stars: 62
- Watchers: 7
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
No fancy generators, just clone this repo and build your app on top of it.
### Package
- Uses AngularJS, Gulp, Jade, Sass (with sourcemaps), browserSync.
- Respects [angularjs-styleguide](https://github.com/johnpapa/angularjs-styleguide).### Setup
- `$ git clone https://github.com/vhpoet/frontend-boilerplate`
- Find and replace `frontendboilerplate` to `yourappname` in `./`
- `$ npm install`
- `$ npm install -g gulp`
- `$ gem install sass`
- `$ cp config-example.json config.json`
- `$ gulp`### Deployment
Run `$ gulp dist` for the production ready code in `build`.
### TODO
- Add unit tests
- Add user signup/signin service
- Use Angular controllerAs
- Add yeoman generator### Contributing
I'm open for contributions via pull-requests, and please open an issue for anything you don't like.