Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 263 Bytes

Frux

Slim wrapper over NuclearJS flux implementation (Work In Progress)

Install & build

npm install
npm run build

Run examples

cd examples/{EXAMPLE_NAME}
npm install
npm start

Open http://localhost:8080/ in your web browser.