Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 486 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 486 Bytes

react-boilerplate

Front-end boilerplate for creating a project in react

Getting Started

  • Development Build Environment: npm run dev and open localhost:3000
    • Includes hot loading to show live changes
  • Production Build Environment: npm start and open localhost:8080

Features

Includes:

  • Builds
    • Development
    • Production
  • State Management
    • Redux
  • Style Preprocessors
    • Less
  • Linters
    • EsLint
    • StyleLint
  • Pre-commit checks
    • Husky
    • Prettier