drac / react-starter

Minimal React boilerplate with Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is ARCHIVED

Use react-starter-v2 instead

Getting started

Clone the repo

$ git clone <repo>
$ cd react-starter

Install dependencies

$ npm install

Start Run

$ npm start

This will initiate the project at http://localhost:8080.

Build Package for Production

For building once for production (via minification). Builds into public/ as bundle.js

$ npm run build

About

Minimal React boilerplate with Webpack.

License:MIT License


Languages

Language:JavaScript 88.0%Language:HTML 8.8%Language:CSS 3.2%