1.0.12 • Published 5 years ago

react-webpack-seed v1.0.12

Weekly downloads
17
License
ISC
Repository
github
Last release
5 years ago

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-simple

then run

./node_modules/.bin/react-webpack-setup

or

start node_modules\.bin\react-webpack-setup

This will copy the seed into a folder called webapp into your project root.

Git

git clone https://github.com/BrandonCookeDev/react-webpack-seed.git

then in the cloned directory

npm install

Running development server

Build the webpack bundle of everything in the src directory, and then launch the development webpack server:

npm run dev

Additionally, you can choose to build the webpack independently of launching the server

npm run build

And you can build and watch the file with

npm run watch
1.0.12

5 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago