Alelizzt / e-store

ReactJS training project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ReactJS training project


Languages

Language:JavaScript 94.0%Language:CSS 4.9%Language:HTML 1.1%