A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices.
- Clone this repository.
- Move to the appropriate directory:
- Run
npm run setupin order to install dependencies and clean the git repo.
We auto-detectyarnfor installing packages by default, if you wish to forcenpmusage do:USE_YARN=false npm run setup
At this point you can runnpm startto see the example app athttp://localhost:4000.