Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isurajkc/react-webpack-starter
https://github.com/isurajkc/react-webpack-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isurajkc/react-webpack-starter
- Owner: isurajkc
- Created: 2017-04-05T10:53:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T08:00:39.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T13:22:26.100Z (7 months ago)
- Language: CSS
- Size: 190 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Webpack Starter Kit
This starter kit is designed to get you up and running with react.js, built on top of webpack module bundler. It is already setup to provide hot reloading, CSS preprocessing with PostCSS and SASS, CSS modules, image optimization and more.
## Installation
1. `git clone https://github.com/isurajkc/react-webpack-starter.git`
2. `npm install`## Development
Open your favorite terminal and run these commands.
- `npm start`## Production
For production build:
- `npm build`## Further improvements
We're constantly working on adding new features. Bug reports and pull requests are welcome.