1.0.12 • Published 7 years ago
react-webpack-seed v1.0.12
React-Webpack-Seed
A no nonsense, no gyp dependency, simple seed for React with Webpack.
Author
Brandon Cooke
Installation
NPM
npm install --save react-webpack-simplethen run
./node_modules/.bin/react-webpack-setupor
start node_modules\.bin\react-webpack-setupThis will copy the seed into a folder called webapp into your project root.
Git
git clone https://github.com/BrandonCookeDev/react-webpack-seed.gitthen in the cloned directory
npm installRunning development server
Build the webpack bundle of everything in the src directory, and then launch the development webpack server:
npm run devAdditionally, you can choose to build the webpack independently of launching the server
npm run buildAnd you can build and watch the file with
npm run watch