The modular JavaScript framework
For documentation, visit https://frint.js.org.
Install frint-cli:
$ npm install -g frint-cli
Create a new empty directory:
$ mkdir my-directory && cd my-directory
Initialize an example app:
$ frint init --example kitchensink
Now you can install all the dependencies, and start the application:
$ npm install
$ npm start
Find more examples here.
The framework is a collection of these packages, which can be composed together on demand:
- frint: The base of the framework.
- frint-store: For creating reactive reducer-based stores for state management.
- frint-model: For creating models for data structures.
- frint-react: For creating React-compatible reactive components.
- frint-react-server: Server-side rendering for Apps.
- frint-test-utils: Test utilities.
- frint-cli: CLI runner.
- frint-compat: Backwards compatibility plugin for supporting
v0.xusers.
MIT © Travix International