- mkdir MyApp && cd MyApp
- git clone https://github.com/lfbos/React-Boilerplate.git .
- Install dependencies
npm install
- Run the app
npm start
- Go to http://localhost:8080
npm start
to run the app locally, http://localhost:8080.npm run build
to generate production files.npm run serve
to run the production server locally, http://localhost:8888npm test
to run all application tests.