Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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
- Express

Requirements
---

- node ^6.x.x