Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 330 Bytes

Webpack-React-OnsenUI-startkit

A starter kit to get your React Application running with OnsenUI and Webpack with hot reloading

$ clone the repo
$ npm install
$ npm run dev
$ go to your browser and run localhost:3000

To package it to production:

$npm run build-prod

This will create all the files into www folder