Custom fork of Rakuten React Kit
- ⚙️ Functional programing concepts
- 🔬 Clojure atom like state managment
- 🔥 Hot Module Replacement
- 💎 Crystal clean connection between state and UI
- ✨ Super clean webpack
- 🏮 Less ceremony, more fun!
- Install dependencies and start the live programing enviroment
npm install
-
Register element name in
exo-element.config.js
-
Run a server with HMR (Hot Module Replacement) will start at localhost:8080
npm start
See more about Hot Module Replacement here
Run tests
npm test
Run tests with coverage output
npm test:coverage
Update test snapshots
npm test:update
Create minified bundle for deployment in the build
directory
npm run build
This is an experimental project. Use it in production with caution.
Copyright (c) 2018 Exolever, Inc. Licensed under the MIT License.