Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/voloshchenkoal/create-ts-web-app


https://github.com/voloshchenkoal/create-ts-web-app

create-web-app typescript

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Create TS Web App

Command line tool to help you create web app with TypeScript support

## Quick Overview

```sh
npx create-ts-web-app my-app
cd my-app
npm start
```

Then open your browser with url `http://localhost:8080/` to see your app

For production build use command `npm run build`