Gathering detailed insights and metrics for meteor-webpack-react-kickstart
Gathering detailed insights and metrics for meteor-webpack-react-kickstart
npm install meteor-webpack-react-kickstart
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
3
Compared to previous week
Last month
100%
12
Compared to previous month
Last year
-39.7%
73
Compared to previous year
The easiest way to get started with Webpack hot-reload, React.js and Meteor is to clone this repository.
The goal of this repository is to help anyone kickstart a new project by using Meteor with React.js and Webpack.
In development, your Webpack bundle is served by a special middleware that is automatically plugged inside Meteor by webpack:hot-reload
.
In production, the code is bundled inside Meteor and allow you to do server-rendering easily with reactrouter:react-router-ssr
.
git clone https://github.com/thereactivestack/meteor-webpack-react-kickstart
npm install
./scripts/run-dev.sh
You will get:
react
: Your React.js application. It must be outside your Meteor project or the server will restart at every file change (it's slow!)meteor
: Your meteor application. Mainly your server stuff and file assetssettings
: Your development and production settings for Meteor (you can add your own stuff)webpack
: Your development and production webpack config (go ahead and change the build to work the way you like it)Every scripts are written both for Linux/Mac (.sh) and for Windows (.bat)
run-dev
: Start Meteor with hot-reloadrun-prod
: Start Meteor with server-rendering (like in production)build
: Build your meteor project including the Webpack bundleNo vulnerabilities found.
No security vulnerabilities found.