https://github.com/hyper63/hyper-getting-started-guide-express
The official getting started repo for the hyper documentation's Getting Started Guide
https://github.com/hyper63/hyper-getting-started-guide-express
Last synced: 10 months ago
JSON representation
The official getting started repo for the hyper documentation's Getting Started Guide
- Host: GitHub
- URL: https://github.com/hyper63/hyper-getting-started-guide-express
- Owner: hyper63
- License: mit
- Created: 2022-03-23T14:23:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T21:43:38.000Z (about 4 years ago)
- Last Synced: 2025-03-02T18:32:32.765Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-getting-started-guide-express
Welcome to the hyper [Getting Started](https://docs.hyper.io/getting-started) guide repo.
## Clone or GitPod
The best way to do these quickstarts is to use gitpod.io:
🚀[Launch Workspace](https://gitpod.io/#https://github.com/hyper63/hyper-getting-started-guide-express) 🚀
Or you can work locally by cloning the repo:
```bash
git clone https://github.com/hyper63/hyper-getting-started-guide-express.git
```
Install dependencies
```bash
cd hyper-getting-started-guide-express
npm install
```