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

3rnii/react-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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