jeremyxgo / react-redux-boilerplate

A React boilerplate based on Redux, React Router, styled components and Parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING

This project is not maintained anymore.


React Redux Boilerplate

A boilerplate for building React single-page application.

Features

Usage

Setup:

# clone the repo
$ git clone https://github.com/jeremyxgo/react-redux-boilerplate.git your-project-name

# install dependencies
$ cd your-project-name
$ yarn install

Testing:

# run all tests
$ yarn test

# watch files for changes and rerun tests
$ yarn run test:watch

Building:

# output assets to ./dist
$ yarn build

Development:

# start development server at http://localhost:3000
$ yarn start

License

MIT

About

A React boilerplate based on Redux, React Router, styled components and Parcel

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 4.0%