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
- Host: GitHub
- URL: https://github.com/luixaviles/typescript-rollup
- Owner: luixaviles
- Created: 2020-12-11T22:09:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T01:22:26.000Z (over 5 years ago)
- Last Synced: 2025-10-09T19:48:52.439Z (8 months ago)
- Topics: rollup, rollup-example, typescript, web-dev-server
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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
```