Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurci/hackbase
A simple BAAS (backend-as-a-service) for Hackathons and other quick web projects
https://github.com/laurci/hackbase
Last synced: about 1 month ago
JSON representation
A simple BAAS (backend-as-a-service) for Hackathons and other quick web projects
- Host: GitHub
- URL: https://github.com/laurci/hackbase
- Owner: laurci
- Created: 2022-11-08T08:34:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T14:14:00.000Z (about 2 years ago)
- Last Synced: 2024-10-30T06:27:18.395Z (3 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackbase
## Building and runnning
To build the project run `yarn build`. The outputs of the build will be available in the `dist` directory. To watch the source and build on change run `yarn build --watch`.
The project targets Node as it's runtime, so it's as easy as `node .` to run it. (This starts `dist/index.js`).