https://github.com/serapath/browser-vm
browser-vm
https://github.com/serapath/browser-vm
Last synced: about 1 year ago
JSON representation
browser-vm
- Host: GitHub
- URL: https://github.com/serapath/browser-vm
- Owner: serapath
- License: apache-2.0
- Created: 2020-01-14T23:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T04:21:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T17:42:12.361Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://serapath.github.io/browser-vm
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

[](https://begin.com)
A simple app with the minimum necessary file structure to get started on Begin.
## Deploy your own
[](https://begin.com/apps/create?template=https://github.com/begin-examples/node-minimal)
Deploy your own clone of this app to Begin!
## Getting started
- Start the local dev server: `npm start`
- 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!