Fully customizable React boilerplate, using latest React
, webpack
and babel
version. It includes production build process + local development using webpack-dev-server
with hot reload.
git clone https://github.com/lakhansamani/react-minimal-boilerplate.git
mv react-minimal-boilerplate PROJECT_NAME
cd react-minial-boilerplate
or cd PROJECT_NAME
yarn && yarn start
yarn build
dist
folderyarn test
src/App.js
then you might have to change the test in src/App.test.js
. Also similary you can add test for more components.cp .env.sample .env