npm install cd-starter- clone repo
$ git clone https://github.com/mikeerickson/cd-starter.git
- install dependencies
$ npm install (or yarn)
- Project pretty much uses ES6 everywhere
There may be some places where ES5 is still used, but that will change over time
- current client tools
- angular 1.5
- angular material
- bootstrap
- build is done via webpack
$ webpack or $ npm run build
- you can run tests
$ npm test
- you can run lint
$ npm run eslint
- you can test frontend (uses karma)
$ npm run test:client or $ npm run karma
- you can create a TODO reporter
$ npm run todo
- [x] Add CI integration
- [x] Add Angular
- [ ] Integrate angular-material
cd-starter written by Mike Erickson
E-Mail: codedungeon@gmail.com
Twitter: @codedungeon
Website: codedungeon.org