Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalZalecki committed Aug 1, 2018
1 parent b93d780 commit 5a1deb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CircleCI](https://img.shields.io/circleci/project/github/MichalZalecki/react-boilerplate-lite/master.svg)]()

React Boilerlate Lite is a minimal boilerplate for modern React apps build on **webpack 4** 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.
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.

Expand All @@ -23,7 +23,8 @@ npm install
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 # ESLint (customized Airbnb JavaScript Style Guide)
npm run lint # run ESLint (Airbnb Style Guide)
npm run test # run Jest
```

## Extras
Expand Down

0 comments on commit 5a1deb1

Please sign in to comment.