A minimalist shoe store application based on Netshoes π
$ git clone https://github.com/gabrielsanttana/rocketshoes$ cd rocketshoes
$ npm install
$ npm run serverJSON Server will simulate a RESTful API and serve on http://localhost:3333
Note: It's necessary to have the API running to be able to properly run the web app
$ cd rocketshoes
$ npm install
$ npm startThe application will pop-up in the browser on http://localhost:3000
