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
- Host: GitHub
- URL: https://github.com/sebaiturravaldes/boilerplate-orionjs-typescript-starter
- Owner: sebaiturravaldes
- Created: 2021-12-02T12:34:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T12:14:18.000Z (about 3 years ago)
- Last Synced: 2025-03-04T04:34:58.485Z (3 months ago)
- Topics: nodejs, orionjs, typescript
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```