Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neekolas/first
Begin app
https://github.com/neekolas/first
Last synced: about 2 months ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/neekolas/first
- Owner: neekolas
- Created: 2019-03-23T21:14:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:55:11.000Z (about 2 years ago)
- Last Synced: 2024-03-15T07:21:03.911Z (10 months ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
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/functions/creating-new-functions) - basics on expanding the capabilities of your appHead to [docs.begin.com](https://docs.begin.com/) to learn more!