Skip to content

samuelhe83/react-boilerplate-lite

 
 

Repository files navigation

React Boilerlate Lite

CircleCI bitHound

React Boilerlate Lite is a minimal boilerplate for modern React apps build on webpack 3 with hot reloading support. It's not opinionated on any state management library or testing framework. Develop and deploy without pain using tools you want.

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)

Extras

About

Minimal and continuously maintained boilerplate for React apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.3%
  • HTML 1.9%
  • CSS 0.8%