Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edenreich/typescript-webpack-starter

This is just an example for a fullstack typescript app.
https://github.com/edenreich/typescript-webpack-starter

Last synced: about 5 hours ago
JSON representation

This is just an example for a fullstack typescript app.

Awesome Lists containing this project

README

        

# Starter Fullstack Typescript App

This is just an example for a fullstack typescript app. Feel free to extend it to your own needs.

## Usage

For development: `npm run dev`

This will launch a webpack dev server with hot reloading and launch a koa server.

For production: `npm start`

## Testing

Just run `npm test`