A simple React Redux seed clone and start working
This Seed includes
git clone https://github.com/manojsinghnegiwd/react-redux-starter-seed.git
cd react-redux-starter-seed
npm installServer starts on http://localhost:8080
npm run devAll test files are located in test folder
npm run testAnd to start a watch
npm run test:watchnpm run build├── dist
│ ├── bundle.js
│ └── index.html
├── package.json
├── src
├── test
└── webpack.config.js
- Add hot reloading
- Add react-router
- Add support for .scss files
- My website (manojsinghnegi.com)
- Github (@manojsinghnegiwd)
- Twitter (@manojnegiwd)