- First, initialize the repo + route deps:
npm i && npx hydrate
- Note: as routes are changed, re-run
npx hydrate
as often as you like to update and (re)install all routes' node_modules
- Note: as routes are changed, re-run
- To start a local dev server:
npm start
- To lint your code:
npm run lint
- To run your tests:
npm t
- Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
- Creating new routes - basics on expanding the capabilities of your app
Head to docs.begin.com to learn more!