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

https://github.com/tobymurray/typescript-front-end-seed

Seed project for writing TypeScript that can run in the browser
https://github.com/tobymurray/typescript-front-end-seed

Last synced: 4 months ago
JSON representation

Seed project for writing TypeScript that can run in the browser

Awesome Lists containing this project

README

        

# typescript-front-end-seed
Seed project for writing TypeScript that can run in the browser

1. Put TypeScript files in the src directory.
2. Install dependencies - `yarn`
3. Build - `yarn run build`
4. Serve - `http-server dist`
5. Visit - `http://127.0.0.1:8080`
6. Observe - look in the console for the `Hello, world` message