AntonTymczenko / tasky

To-do app from scratch in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasky

A to-do list application from scratch in TypeScript

Development setup

  1. You need typescript to be installed globally. Run compiler in one of the terminal tabs in the watch mode
$ tsc -w
  1. Install dependencies
$ npm i
  1. Run local front-end server. By default it runs on port 3000
$ npm start
  1. Open browser at http://localhost:3000

About

To-do app from scratch in TypeScript


Languages

Language:TypeScript 96.1%Language:HTML 3.9%