kobbiman / react-boilerplate

A slightly opinionated setup for ReactJS

Home Page:http://mikechabot.github.io/react-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A slightly opinionated setup for ReactJS

http://mikechabot.github.io/react-boilerplate/

License:MIT License


Languages

Language:JavaScript 94.2%Language:CSS 3.6%Language:HTML 2.2%