https://github.com/ftonato/ts-init
A tool to initialize TypeScript and Webpack in your project
https://github.com/ftonato/ts-init
typescript webpack
Last synced: 2 months ago
JSON representation
A tool to initialize TypeScript and Webpack in your project
- Host: GitHub
- URL: https://github.com/ftonato/ts-init
- Owner: ftonato
- License: mit
- Created: 2018-05-04T20:18:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T18:46:57.000Z (about 8 years ago)
- Last Synced: 2025-02-24T15:51:42.770Z (over 1 year ago)
- Topics: typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-init
A tool to initialize TypeScript and Webpack in your project
**Scripts**
* `npm start` - build your project
**Project structure**
* `src/` - your source files, must contain `index.ts` file.
* `dist/` - ES5 build using CommonJS (npm) modules.
## License
MIT