Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 588 Bytes

File metadata and controls

15 lines (10 loc) · 588 Bytes

Typescript and Browserify kickstarter

A Typescript kickstarter project with build, watch and lint tools.

Built with Browserify to allow use of Node modules directly in browser.

Pre-requisites

  • Node.js on your machine
  • (Optional) Yarn: for an optimised npm package management

Getting Started

  • Run yarn install or npm install to install project dependencies.
  • Run yarn start or npm start to run the app in the development mode.
  • Run yarn build or npm run build to build the app in production mode.