Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1007 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 1007 Bytes

{{- /* NOTE: This template comment will be removed by tmpl.

typescript-webpack.tmpl

Template of TypeScript with Babel & webpack

How to use this template

# 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?

*/ -}}

{{.project_name}}

{{.description}}

Build

npm install
npm run build

Develop

npm install
npm start

Then, you can access to http://localhost:8080/, which will be loaded automatically if file changes detected.