React Starter Kit

type checking & linting & testing your every code

GitHub issues MIT Travis (.org) PRs Welcome Gitter

Usage

  1. Clone project code.
git clone https://github.com/mewchu/react-starter-kit.git my-project
cd my-project
  1. Installation dependence.
yarn install
  1. Start local server.
yarn start
  1. After the startup is complete, open a browser and visit http://localhost:3000, If you need to change the startup port, you can configure it in the .env file.

Contributing