Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdtanrikulu/react-boilerplate
React Boilerplate with React-Router, Redux, Sass, Webpack, Babel, Express and HMR! Try:
https://github.com/mdtanrikulu/react-boilerplate
babel boilerplate hmr react react-router react-router-redux redux sass
Last synced: 23 days ago
JSON representation
React Boilerplate with React-Router, Redux, Sass, Webpack, Babel, Express and HMR! Try:
- Host: GitHub
- URL: https://github.com/mdtanrikulu/react-boilerplate
- Owner: mdtanrikulu
- Created: 2016-12-19T02:13:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T09:46:55.000Z (over 7 years ago)
- Last Synced: 2024-11-09T04:42:03.934Z (3 months ago)
- Topics: babel, boilerplate, hmr, react, react-router, react-router-redux, redux, sass
- Language: CSS
- Homepage: http://react.treadle.co
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Route-Redux-HMR-Boilerplate
---[![Circle CI](https://circleci.com/gh/mdtanrikulu/react-boilerplate/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/mdtanrikulu/react-boilerplate/)
Welcome.It's a simple react web application template with search, modal and lazy-load features.
Setup
---
Clone the project, enter the project directory, then install the dependencies.
```
git clone https://github.com/mdtanrikulu/react-boilerplate.git
cd react-boilerplate
npm install
```
Usage
---|`npm `|Description|
|------------------|-----------|
|`start`|Serves your app at `localhost:3000`. HMR will be enabled in development.|
|`compile`|Compiles the application to disk (`~/dist` by default).|Features
---- React
- React-Router
- Redux
- Sass
- Webpack
- Babel
- ExpressRequirements
---- node ^6.x.x