An open API service indexing awesome lists of open source software.

https://github.com/luixaviles/typescript-rollup

A Single-Page Application(SPA) built using TypeScript, Rollup.js, and Web Dev Server
https://github.com/luixaviles/typescript-rollup

rollup rollup-example typescript web-dev-server

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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:

```bash
npm install
```

Serve the Application

```bash
npm run start
```

Build the Application

```bash
npm run build
```