JavaScript App Template

Template usage

Don't forget to update the author (and more) in the package.json

Installation

$ git clone <project-url>
$ cd  javascript-app-template
$ npm i # install all dependencies
$ npm test # run tests
$ npm start # start development server
$ npm run storybook # start living styleguide server
$ npm run build # build project for deployment