Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 648 Bytes

File metadata and controls

38 lines (28 loc) · 648 Bytes

React Seed Project

A boilerplate for building React apps

What you'll get

  • React 16.8
  • Parcel
  • Stylus
  • Redux and Redux-Saga
  • React Router

Getting Started

Installing with git
git clone depth=1 https://github.com/badsyntax/react-seed.git
npm scripts
# To install the dependencies
npm install

# To run your project
npm start

# To build your project
npm build

License

This project is licensed under the MIT license.


Ernest Chiu