Releases: Justkant/WhatAShop
Releases · Justkant/WhatAShop
Cart is ready
First production ready
Now we can build all the code with no errors using npm run build
.
You can also start a local server using npm run start
.
First development ready
All the tools for the development are ready to use.
Preferred IDE:
- WebStorm 11
- SublimeText
- Atom
Steps to start development:
- Install rethinkdb
- Start with
rethinkdb --daemon
or simplyrethinkdb
in a new terminal - Then start the npm script for development with
npm run dev