Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yakovkhalinsky/react-redux-empty
- Owner: yakovkhalinsky
- Created: 2016-05-22T05:46:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T06:08:43.000Z (over 8 years ago)
- Last Synced: 2024-10-12T23:54:40.362Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 myprojectcd myproject
rm -rf .git
```Modify your `package.json` file to fit your needs.