Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djhi/meteor-webpack-react-redux-boilerplate
A boilerplate to use Webpack, React and Redux with Meteor
https://github.com/djhi/meteor-webpack-react-redux-boilerplate
Last synced: 23 days ago
JSON representation
A boilerplate to use Webpack, React and Redux with Meteor
- Host: GitHub
- URL: https://github.com/djhi/meteor-webpack-react-redux-boilerplate
- Owner: djhi
- Created: 2015-11-23T15:48:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T15:56:53.000Z (about 9 years ago)
- Last Synced: 2024-11-08T04:44:10.820Z (3 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor Webpack React Redux boilerplate
A boilerplate to use Webpack, React and Redux with Meteor.
Heavily inspired by https://github.com/jedwards1211/meteor-webpack-react
# Setup
Run `make install`.
# Development
Start the application by running `make run-dev`. Wait for webpack and Meteor to load.
Application is running at `http://localhost:3000`.