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 setup
in order to install dependencies and clean the git repo.
We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
At this point you can runnpm start
to see the example app athttp://localhost:4000
.