Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 353 Bytes

Readme.md

File metadata and controls

23 lines (15 loc) · 353 Bytes

A Single-Page Application(SPA) using TypeScript, Rollup.js and Web Dev Server

This project is a prototype of a Single-page Application using latest and modern web tools.

Quickstart

To get started, install dependencies:

npm install

Serve the Application

npm run start

Build the Application

npm run build