/react-boilerplate

A slightly opinionated setup for ReactJS

Primary LanguageJavaScriptMIT LicenseMIT

react-boilerplate

A slightly opinionated setup for ReactJS projects

Features

Build Process

State Management

Routing

HTTP

Styling

Develop & Deploy

Testing

Get Started

  1. git clone https://github.com/mikechabot/react-boilerplate.git
  2. npm install
  3. Launch environment:
  • Production: npm start
  • Development: npm run dev

Test Commands

  • npm test: Shortcut for test:coverage
  • npm run test:unit: Run unit tests located in test/unit/**/*.js
  • npm run test:integration: Run integration tests location in test/integration/**/*.js
  • npm run test:coverage: Run coverage for unit and integration tests