Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/storelab
Simple State Tree in JS
https://github.com/selfup/storelab
Last synced: about 1 month ago
JSON representation
Simple State Tree in JS
- Host: GitHub
- URL: https://github.com/selfup/storelab
- Owner: selfup
- License: mit
- Created: 2017-01-23T19:19:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T17:35:46.000Z (over 7 years ago)
- Last Synced: 2024-11-12T17:48:26.865Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StoreLab
JavaScript State Tree!
### Installation/Usage
This was built with modern build tools in mind.
Frontend assumptions are that you use a build tool:
1. Webpack
2. Grunt
3. GulpThis is transpiled to ES5 from ES6 so any modern Node version will work :smile:
You might need a polyfill for `Object.assign` :joy:
### Example
To run the example: `node ./example/simple.js`