Mouzourides / react-boilerplate

Get started quick with react-boilerplate!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-boilerplate

Get started quick with react-boilerplate! By default react-boilerplate comes pre-configured with: redux, routes, flow, antd and prettier.

Want redux and routes but not flow? No problem!

Just run git checkout react-redux-routes

Want react without redux, routes and flow? No problem!

Just run git checkout react-basic

How to use

  • Clone this project: git clone https://github.com/Mouzourides/react-boilerplate.git
  • Create your own project directory
  • Copy the content from react-boilerplate to your own project directory
  • Change directory to your own project directory
  • Run yarn then yarn start
  • Run yarn flow to run flow, the static type checker
  • Start coding away!

About

Get started quick with react-boilerplate!


Languages

Language:JavaScript 80.5%Language:HTML 12.4%Language:CSS 7.1%