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
- Host: GitHub
- URL: https://github.com/tobymurray/typescript-front-end-seed
- Owner: tobymurray
- Created: 2017-08-12T15:13:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T22:18:58.000Z (over 7 years ago)
- Last Synced: 2024-12-30T04:18:11.312Z (5 months ago)
- Language: HTML
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-front-end-seed
Seed project for writing TypeScript that can run in the browser1. 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