Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

{{- /* **NOTE: This template comment will be removed by [`tmpl`].**
# typescript-webpack.tmpl

Template 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.