Skip to content

A basic boilerplate/template to create a Backbone application written in Typescript

Notifications You must be signed in to change notification settings

jeffrey-effendy/backbone-typescript-boilerplate

Repository files navigation

Backbone Typescript Template


Features

  • Linting for typescript taken from project tslint-microsoft-contrib
  • Watcher for typescript and html
  • Using Bower for front-end lbrary manager

How to run

  • Install npm and node in your machine

  • Ensure node is on the latest version

  • Install bower and typings globally using npm

      npm install -g bower
      npm install -g typings
    
  • Install npm packages in the project

      npm install
    
  • Install bower packages in the project

      bower install
    
  • Install tsd packages in the project

      typings install
    
  • Run the project

      npm start
    
  • Project is on localhost:8083

About

A basic boilerplate/template to create a Backbone application written in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published