Skip to content

niLYu/simple-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-react-boilerplate

A simple boilerplate for building web applications

Boilerplate based on Express, React, Redux, React Router, Node and Webpack.

Installation

Clone the repo via git:

git clone --depth=1 https://github.com/nilyu/simple-react-boilerplate.git your-project-name

Install dependencies with npm

$ cd your-project-name
$ npm install

Start the app in a development environment:

$ npm run start-dev

Start the app in a production environment:

$ npm run start-prod

Eslint

An eslint configuration file is not included.

About

A simple react-redux boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors