Skip to content

Feel free to import TypeScript files in the script tag!

License

Notifications You must be signed in to change notification settings

zhmushan/dev_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e17195 · Aug 29, 2021

History

28 Commits
Mar 21, 2021
Mar 21, 2021
May 4, 2020
Mar 22, 2021
May 2, 2020
Mar 21, 2021
Apr 18, 2021
Mar 21, 2021
Mar 21, 2021
Aug 29, 2021
Mar 21, 2021
Mar 21, 2021
May 3, 2020
May 12, 2020

Repository files navigation

Dev Server

Feel free to import TypeScript files in the script tag!

tag Build Status license tag

Getting Started

Without install:

deno run -A --unstable https://deno.land/x/dev_server/mod.ts --template hello_world

Install & Run it:

deno install -A --unstable https://deno.land/x/dev_server/mod.ts

dev_server my_app --template hello_world

Print help info:

dev_server -h

Upgrade to the latest version:

deno cache --reload --unstable https://deno.land/x/dev_server/mod.ts

Create project from template:

# Check from https://deno.land/x/dev_server/template/
dev_server my_app --template hello_world
dev_server my_app --template react
dev_server my_app --template angular

Quick Test

deno run --allow-read --allow-write --allow-net --unstable ./mod.ts ./template/hello_world

TODOs

  • Hot Module Replacement
  • CSS Pre-Processors
  • Building for Production