react-formalin
v0.2.0-SNAPSHOT.293
Published
React from components
Readme
React-formalin project repo.
How to build locally
Install webpack
npm install -g webpackSimply run
npm run buildSamples for testing purposes
Type in one console:
npm start 9001and then in another:
webpack --progress --colours --watchthen go to:
http://localhost:9001Everything you change will be hot-reloaded in the browser.
