An open API service indexing awesome lists of open source software.

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

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
```