This software is a demonstration for an online shoes store.
This is a demonstration for an online shoes store. This demonstration does not have a real backend server, it users a library to generate a server using a json file. There is a demo version of this web app in the following link
These instructions will get you a copy of the project up and running on your local machine for development.
You will need to have installe in your machine NodeJs.
To install the app in your development environment, these are the steps required:
git clone https://github.com/lucasraziel/Rocketshoes.git rocketshoes
cd rocketshoes
yarn
yarn global add json-server
json-server server.json --watch
yarn start