Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iainplimmer/minimalwebpacktypescript
A very, very minimal project for bootstrapping a project with TypeScript using WebPack2 as the module loader and transpiler.
https://github.com/iainplimmer/minimalwebpacktypescript
Last synced: about 1 month ago
JSON representation
A very, very minimal project for bootstrapping a project with TypeScript using WebPack2 as the module loader and transpiler.
- Host: GitHub
- URL: https://github.com/iainplimmer/minimalwebpacktypescript
- Owner: iainplimmer
- Created: 2017-04-18T13:39:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T13:43:15.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T06:42:56.506Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MinimalWebpackTypeScript
A very, very minimal project for bootstrapping a project with TypeScript using WebPack2 as the module loader and ts-loader as the transpiler.To get running you will need to just run 'npm start' and off she goes. You're ready for Typescript.