Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercharge/supercharge
Full-stack Node.js framework
https://github.com/supercharge/supercharge
app framework nodejs supercharge
Last synced: 3 days ago
JSON representation
Full-stack Node.js framework
- Host: GitHub
- URL: https://github.com/supercharge/supercharge
- Owner: supercharge
- Created: 2019-01-28T19:44:24.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-05T04:18:52.000Z (about 1 year ago)
- Last Synced: 2023-11-05T05:21:11.058Z (about 1 year ago)
- Topics: app, framework, nodejs, supercharge
- Language: TypeScript
- Homepage: https://superchargejs.com/
- Size: 794 KB
- Stars: 78
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript - supercharge - stack Node.js framework (Packages)
- awesome-javascript - supercharge - stack Node.js framework (Packages)
README
---
## Quick Start
Scaffold a new Supercharge application on your computer using NPM:```
npm init @supercharge/app@latest hello-supercharge
```This will create a new Supercharge application in a `hello-supercharge` folder of your current working directory.
## About Supercharge
Supercharge is a full-stack Node.js framework — not just a web-framework.Supercharge builds on top of the Koa HTTP framework. Supercharge refines all Koa handling by providing a streamlined approach to middlewares and routing. You’ll also benefit from a comprehensive application setup containing configuration and database management, logging, integrating with Objection.js and knex.js for a powerful database interaction.
## Learning
Supercharge has an extensive [documentation](https://superchargejs.com/docs) that gives you all the information to get started with the framework.Did you create a tutorial, video, blog post, plugin, library, or anything else related to Supercharge? Please let me know! Create an issue or tweet me [@marcuspoehls](https://twitter.com/marcuspoehls). I'm very happy to create a content list and share it with everybody!
## License
Supercharge is [MIT licensed](https://github.com/superchargejs/framework/blob/master/LICENSE).---
> [superchargejs.com](https://superchargejs.com) ·
> GitHub [@supercharge](https://github.com/supercharge) ·
> Twitter [@superchargejs](https://twitter.com/superchargejs)