/e-store

ReactJS training project

Primary LanguageJavaScript

E-Store

Just a simple web store to remember ReactJS things

This project was thinked to run on remote server, the commands here works fine on local but keep in mind that you will be shared the project on all your local network.


Initialize project by fist time

yarn install

Start testing database

yarn json-server -H 0.0.0.0 --watch src/db/db.json

Start web project

yarn dev --host