Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 487 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 487 Bytes

Tasks

A simple browser-based task manager.

Quick Start

The fully built Tasks application is available in the dist folder. Just double-click the index.html to open it in your browser.

Supported Browsers

Tasks has been confirmed to work in Chrome 45 and Firefox 41.

Usage

Install

npm install

Start the application in dev mode with hot-module-replacement

npm start

Run tests

npm test

Build for production

npm run build