Boilerplate for SPA application
- Clone this repo from
https://github.com/Crazy-Ivan/SPA-boilerplate.git
- Install jspm globally:
npm install -g jspm
- Run
npm install
in the root directory to install npm dependencies - Run
jspm install
in the root directory to install jspm dependencies - Run
npm start
to start the local dev server - Start to develop an awesome app! ☺
Run karma start
or npm test
to run tests once.
Run npm run test:watch
to run tests continuously.
Run npm run docs
to generate documentation for your JavaScript and SASS automatically in the docs
folder.
Run npm run build
to build the app for distribution in the dist
folder.
Run npm run deploy
to deploy the prototype
If you like this/find it useful/find a bug please open an issue and, better yet, submit a Pull Request! ☺ Any and all help appreciated, thanks!