Skip to content

Releases: Justkant/WhatAShop

Cart is ready

08 Dec 08:46
Compare
Choose a tag to compare
Merge pull request #24 from Justkant/finish-cart-features

Finish cart features

First production ready

07 Oct 20:24
Compare
Choose a tag to compare

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

30 Sep 09:04
Compare
Choose a tag to compare

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 simply rethinkdb in a new terminal
  • Then start the npm script for development with npm run dev