/react-prod-boilerplate

A production-ready react boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

prod-react-boilerplate

(Production Ready) React boilerplate based on the react-boilerplate project

Features

Build Process

State Management

Routing

HTTP

Styling

Develop & Deploy

Testing

Get Started

  1. git clone https://github.com/kriuz/prod-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

lint

  • npm run lint: Will lint everything under the src folder