Template project to kickstart new React projects
Template project to kickstart new React projects
It is highly recommended to use nvm
with this project, the .nvmrc
file is already defined in this project, just run nvm use
command to switch to required Node.js version.
/deploy/local/dotenv
file into project root folder and rename to .env
.npm install
npm start
.babelrc file is used for unit tests only. A similar copy of babel config can be found in webpack.config.js
, and that should be used as source of truth.
npm run build
npm run start:build
to run website locally (you must install http-server
first using npm install http-server -g
)