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

https://github.com/aitthi/react-redux-starter

React and Redux Starter App With Wabpack4
https://github.com/aitthi/react-redux-starter

babel es6 javascript react redux webpack webpack4

Last synced: 2 months ago
JSON representation

React and Redux Starter App With Wabpack4

Awesome Lists containing this project

README

          

# React and Redux With Wabpack # Starter App
```
git clone https://github.com/Aitthi/react-redux-starter.git
cd react-redux-starter

```
# Install Dependencies
```
npm install
```

# Run Dev
```
npm start
```

# Build Production
```
npm run build
```