fernandojunior / move-on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoveOn App

A very basic React app featuring Babel and HMR. Performs all the nifty optimizations on the production build.

Installation

git clone https://fernandojunior@bitbucket.org/fernandojunior/move-on.git
cd move-on
npm i

Usage

To run the webpack dev server:

npm start

To run the storybook server (a development environment to perform sanity test in the components via browse UI):

npm run storybook

To create a production build:

npm run build

To serve the build directory using a Python SimpleHTTPServer:

npm run serve

Author

  • Fernando Felix do Nascimento Junior

About


Languages

Language:JavaScript 77.8%Language:CSS 19.9%Language:HTML 2.3%