This repo is for react simple demo. You could download this repo and write your business code so that you don't need to build local env.
It will start docker, will do npm install inside docker.
./startLocal.sh
npm install
npm start
Run npm run start
to start development server in local
Run npm run build
- visit
localhost:3000
will connect to backend dev environment
- Run
npm run build
to build project - Run
npm run analyz
to see the report