/FineUI

Primary LanguageJavaScript

FineUI React Starter

FineUI for writing React Apps based ECMAScript 2015 (ES6) app using webpack, and more.

Getting started

In order to run it locally you'll need a basic server setup.

Development environment:

npm install
npm start npm test localhost:3000

Production environment:

npm install
npm run build