💙 Using TypeScript? Checkout the typescript branch! 💙
Read more: What's the best React boilderplate and why you cannot clone it from GitHub?
React Boilerlate Lite is a minimal boilerplate for modern React apps build on webpack with hot reloading support.
docker build -t react-boilerlate-lite .
docker run --rm -it -p 8080:8080 react-boilerlate-lite
docker-compose up
git clone --depth 1 https://github.com/MichalZalecki/react-boilerplate-lite my-project
cd my-project
cp .env-example .env
yarn install
yarn start # start production server
yarn dev # start development server
yarn build # production build
yarn lint # run ESLint
yarn format # run prettier
yarn test # run Jest