Skip to content

AttilaSATAN/sack

Repository files navigation

SACK

A stack for modern AngularJS applications with WebPack, Jest, ES7, Bootstrap 4, SCSS and UI-Router.

It Contains

  • 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

Installation

Just clone and run NPM install


git clone [email protected]:AttilaSATAN/sack
cd sack
npm i

Commands

Run dev server

npm run dev

Run tests

npm test

Test watching (Continuous Testing)

npm run tdd

Build for production

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published