nsdnwe-npm2

0.0.3 • Public • Published

react-webpack-babel-template

Simple React Webpack Babel Starter Kit

What's in it?

  • Simple src/index.jsx and src/index.css (local module css).
  • Webpack configuration for development (with hot reloading) and production (with minification).
  • Global css in ./global/styles.css
  • Both js(x) and css hot loaded during development.

To run

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
> $ git clone THIS_REPO_URL
  • Then install the dependencies:
> $ npm install
  • Run development server:
> $ npm start

Open the web browser to http://localhost:8888/

To build the production package

> $ npm run build

Contribute

http://www.nsd.fi

Readme

Keywords

none

Package Sidebar

Install

npm i nsdnwe-npm2

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nsdnwe