Skip to content

MichalZalecki/react-boilerplate-lite

Repository files navigation

React Boilerplate Lite

CI

💙 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.

Deploy

Heroku

Deploy

Docker

docker build -t react-boilerlate-lite .
docker run --rm -it -p 8080:8080 react-boilerlate-lite

Docker Compose

docker-compose up

Installation

git clone --depth 1 https://github.com/MichalZalecki/react-boilerplate-lite my-project
cd my-project
cp .env-example .env
yarn install

Usage

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