Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pyldin601/typescript-fullstack

My typescript fullstack web application template
https://github.com/pyldin601/typescript-fullstack

Last synced: about 1 month ago
JSON representation

My typescript fullstack web application template

Awesome Lists containing this project

README

        

# typescript-fullstack
Fullstack web application template with Koa 2 server written on Typescript.

## Installation
1. Clone this repository
1. Enter cloned repository and remove .git directory

## Start development server
```
npm run dev
```

## Build application
```
npm run build
```

## Start application
```
npm start
```