Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

marcosmoura/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-boilerplate (WIP)

An opinionated React.js boilerplate

Progress

  • Webpack 2
  • ESLint
  • React.js
  • React Redux
  • React Router
  • React Router Redux
  • Fetch API
  • Flow Type
  • React Intl
  • Hotreload
  • SASS with Autoprefixer
  • CSS Modules
  • AVA Tests
  • Code Coverage
  • Offline Support
  • Server-Side Rendering

Installation

### Install dependencies
yarn

### Start dev server with hot reload
yarn run dev

### Build everything
yarn run build

### Lint files
yarn run lint

### Run the tests
yarn run test

### Check the coverage
yarn run coverage

License

MIT