https://github.com/voloshchenkoal/create-ts-web-app
https://github.com/voloshchenkoal/create-ts-web-app
create-web-app typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voloshchenkoal/create-ts-web-app
- Owner: VoloshchenkoAl
- License: mit
- Created: 2020-04-20T21:58:33.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-14T18:31:01.000Z (over 4 years ago)
- Last Synced: 2025-03-05T13:49:37.296Z (4 months ago)
- Topics: create-web-app, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-ts-web-app
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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`