Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yakovkhalinsky/react-redux-empty

A no frills empty React.js project with Redux installed and most of the initial webpack configuration done
https://github.com/yakovkhalinsky/react-redux-empty

Last synced: 1 day ago
JSON representation

A no frills empty React.js project with Redux installed and most of the initial webpack configuration done

Awesome Lists containing this project

README

        

# react-redux-empty

A no frills empty React.js project with Redux install and most of the initial webpack configuration done

#### usage

From the command line, where `myproject` is the name of the directory where you want to setup your project.

```
git clone https://github.com/yakovkhalinsky/react-redux-empty.git myproject

cd myproject

rm -rf .git
```

Modify your `package.json` file to fit your needs.