https://github.com/samrocksc/forms
Begin app
https://github.com/samrocksc/forms
Last synced: over 1 year ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/samrocksc/forms
- Owner: samrocksc
- License: apache-2.0
- Created: 2021-06-20T10:29:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T10:29:08.000Z (about 5 years ago)
- Last Synced: 2025-01-14T18:56:28.519Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://begin.com)
https://learn.begin.com
## Deploy your own
[](https://begin.com/apps/create?template=https://github.com/begin-examples/learn-node-forms)
Deploy your own clone of this app to Begin!
## Getting started
- Start the local dev server: `npm start`
- Build the code: `npm run build`
- Lint your code: `npm run lint` (after you've installed a linter, of course)
- Run your tests: `npm t` (don't forget to write some!)
## Reference
- [Quickstart](https://docs.begin.com/en/guides/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 app
Head to [docs.begin.com](https://docs.begin.com/) to learn more!