Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laardee/begin-functions-app

Begin app
https://github.com/laardee/begin-functions-app

Last synced: 3 days ago
JSON representation

Begin app

Awesome Lists containing this project

README

        

# Hey, it's a Begin app! ✨

## Getting started
- 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
- To start a local dev server: `npm start`
- To lint your code: `npm run lint`
- To run your tests: `npm t`

## Reference
- [Quickstart](https://docs.begin.com/en/getting-started/quickstart/) - basics on working locally, project structure, deploying, and accessing your Begin app
- [Creating new routes](https://docs.begin.com/en/routes-functions/creating-new-routes/) - basics on expanding the capabilities of your app

Head to [docs.begin.com](https://docs.begin.com/) to learn more!