Skip to content

jeremyxgo/react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published