Skip to content

nwtgck/typescript-webpack.tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{- /* 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.