Installation
Install the core libraries, the datastore, and one storage plugin.
💡 Try it first: Want to explore Routier before installing? Open the CodeSandbox demo to see it in action.
Quick Navigation
1) Install core and datastore
npm install @routier/core @routier/datastore
2) Pick a plugin (one or more)
Example:
npm install @routier/memory-plugin
Other plugins are available (Local Storage, File System, Dexie, SQLite, PouchDB). See the list at:
Next Steps
- Quick Start - Build a working example in minutes
- React Adapter - Use Routier with React