cd-starter v0.3.1
cd-starter
Overview
My own personal starter
Installation
clone repo
$ git clone https://github.com/mikeerickson/cd-starter.gitinstall dependencies
$ npm install (or yarn)
Things To Know
These are some things I figured you should know (this will be expanded)
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
$ webpackor$ npm run buildyou can run tests
$ npm testyou can run lint
$ npm run eslintyou can test frontend (uses karma)
$ npm run test:clientor$ npm run karmayou can create a TODO reporter
$ npm run todo
Things To Do
- Add CI integration
- Add Angular
- Integrate angular-material
Credits
cd-starter written by Mike Erickson
E-Mail: codedungeon@gmail.com
Twitter: @codedungeon
Website: codedungeon.org
9 years ago