Skip to content

overthink/tstemplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

tstemplate

Mark's TypeScript template. A minimal skeleton project to get a TypeScript project going. Tries to include as little as possible while still maintaining a reasonably good dev experience.

HOWTO

  • Get a copy of the template:
git clone https://github.com/overthink/tstemplate myproject
cd myproject
rm -rf .git
git init
  • change the CHANGEME values in package.json to suit your project
  • npm install
  • npm start
  • look at http://localhost:8000
  • run npm test to test, or npm run watch to run tests on any file change

Includes

  • TypeScript 2.x
  • webpack 2.x
  • webpack-dev-server
  • tape for testing
  • static asset handling (copies into dist directory)

About

Mark's TypeScript template project / skeleton

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published