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:3000will connect to backend dev environment
- Run
npm run buildto build project - Run
npm run analyzto see the report