- Node : https://nodejs.org/en/
Install slush
$ npm install -g slush
Install slush-akakit
globally:
$ npm install -g git@git.infra.kreactive.eu:digischool.component.web/slush-akakit.git
$ npm install -g git@git.infra.kreactive.eu:digischool.component.web/slush-akakit.git
Create a new folder for your project:
$ mkdir my-project
Run the generator from within the new folder:
$ cd my-project && slush akakit
Dev env, watch html + js + css files
$ npm run start
Prod env
$ npm run build
Create dist folder with your application
Slush is a tool that uses Gulp for project scaffolding.
Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.
To find out more about Slush, check out the documentation.