https://github.com/kidjp85/webpack-react-redux-simple-stater
Webpack-react-redux-simple stater will help you build new React projects using modern technologies like React, Redux, Webpack, Es6..etc
https://github.com/kidjp85/webpack-react-redux-simple-stater
Last synced: about 2 months ago
JSON representation
Webpack-react-redux-simple stater will help you build new React projects using modern technologies like React, Redux, Webpack, Es6..etc
- Host: GitHub
- URL: https://github.com/kidjp85/webpack-react-redux-simple-stater
- Owner: kidjp85
- Created: 2016-04-14T02:13:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T14:53:53.000Z (about 8 years ago)
- Last Synced: 2025-03-29T11:34:33.783Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 422 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webpack-react-redux-simple-stater
================================> This simple stater lets you quickly set up a project including karma test runner and Webpack module system.
About
====
webpack-simple-starter will help you build new React projects using modern technologies.
Out of the box it comes with support for:
- Webpack2
- Redux
- ES2015 via Babel-Loader
- Different supported style languages (sass, scss, less, stylus) with Skeleton Css as base framework
- Automatic code linting via esLint
- Ability to unit test components via Karma and Mocha## Installation
Clone this repos to your local
```bash
https://github.com/kidjp85/webpack-react-redux-simple-stater.git
```Install node packages
```bash
cd webpack-react-redux-simple-stateryarn
```## Usage
Run webpack in dev mode
```bash
yarn start
```Run local server (Express Nodejs)
```bash
yarn server
```Run Karma test
```bash
yarn test
```Deploy app to heroku
```bash
yarn build
heroku create
git push heroku master
```## License
MIT