Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwtgck/typescript-webpack.tmpl
Template of TypeScript with Babel & webpack (Usage: https://github.com/nwtgck/tmpl)
https://github.com/nwtgck/typescript-webpack.tmpl
babel dot-tmpl template typescript webpack
Last synced: 13 days ago
JSON representation
Template of TypeScript with Babel & webpack (Usage: https://github.com/nwtgck/tmpl)
- Host: GitHub
- URL: https://github.com/nwtgck/typescript-webpack.tmpl
- Owner: nwtgck
- License: mit
- Created: 2018-10-02T20:46:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T06:36:28.000Z (about 6 years ago)
- Last Synced: 2024-10-04T06:41:03.683Z (about 1 month ago)
- Topics: babel, dot-tmpl, template, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
{{- /* **NOTE: This template comment will be removed by [`tmpl`].**
# typescript-webpack.tmplTemplate of [TypeScript] with [Babel] & [webpack]
## How to use this template
```bash
# Install tmpl
go get -u github.com/nwtgck/tmpl# Create a project from this template
tmpl new https://github.com/nwtgck/typescript-webpack.tmpl.git yourproject
```Then, you will have `yourproject/` directory.
## What should you change after [`tmpl`] run?
- [src/index.html](src/index.html)
- [src/index.ts](src/index.ts)
- [src/my-lib.ts](src/my-lib.ts)[TypeScript]: https://www.typescriptlang.org/
[Babel]: https://babeljs.io/
[webpack]: https://webpack.js.org/
[`tmpl`]: https://github.com/nwtgck/tmpl*/ -}}
# {{.project_name}}{{.description}}
## Build
```bash
npm install
npm run build
```## Develop
```bash
npm install
npm start
```Then, you can access to , which will be loaded automatically if file changes detected.