garajo / react-boilerplate-lite

Minimal and continuously maintained boilerplate for React apps

Home Page:https://michalzalecki.com/the-best-react-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerlate Lite

CircleCI

React Boilerlate Lite is a minimal boilerplate for modern React apps build on webpack 4 with hot reloading support.

Working with Heroku/Dokku out of the box.

Deploy

Installation

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

Usage

npm start                   # start server
npm run start:dashboard     # start server using webpack-dashboard
npm run build               # production build (remember to build with NODE_ENV=production)
npm run lint                # run ESLint (Airbnb Style Guide)
npm run test                # run Jest

Extras

About

Minimal and continuously maintained boilerplate for React apps

https://michalzalecki.com/the-best-react-boilerplate/


Languages

Language:JavaScript 97.1%Language:HTML 2.0%Language:CSS 0.8%