- ES7 modules
- Testing with JEST and TDD commands
- Build tools with WebPack
- Dev server with automated builds
- Angular.js (1.7.1)
- UI-Router
- SASS
- Intagrated Bootstrap 4 with exposed variables for easy theme-ability
- Only NPM dependencies
- Easy mocking thanks to ES7 imports
- Bateries Included
Just clone and run NPM install
git clone [email protected]:AttilaSATAN/sack
cd sack
npm i
Run dev server
npm run dev
Run tests
npm test
Test watching (Continuous Testing)
npm run tdd
Build for production
npm run build