Bootstapped with reactjs-boilerplate
use node >= 10.16.0
yarn
or
npm i
yarn start
or
npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will hot reload if you make edits.
yarn build
or
npm run build
Builds the app for production and files are saved to the build
folder.
It bundles your files in production mode and optimizes the build for the best performance.
The build is minified and the filenames include hashes.
Your app is ready to be deployed!
yarn build-serve
or
npm run build-serve
This command will build your app and start a server called serve
which will serve your build files.