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

https://github.com/sebaiturravaldes/boilerplate-orionjs-typescript-starter

Boilerplate OrionJS Typescript Starter
https://github.com/sebaiturravaldes/boilerplate-orionjs-typescript-starter

nodejs orionjs typescript

Last synced: 3 months ago
JSON representation

Boilerplate OrionJS Typescript Starter

Awesome Lists containing this project

README

        

# Orionjs typescript-starter

## Requirements

Node >= 14 (LTS)

## Environment Variables

copy `.env.example` file to `.env` with command:

```
cp .env.example .env
```

## Install

```
yarn install
```

## Run develop

```cli
yarn dev
```

Open your browser and navigate to [http://localhost:3000/](http://localhost:3000/)

## Build

```cli
yarn build
```