https://github.com/enpitsulin/avialae
a simple dev server build with deno
https://github.com/enpitsulin/avialae
cli deno dev-server
Last synced: 11 months ago
JSON representation
a simple dev server build with deno
- Host: GitHub
- URL: https://github.com/enpitsulin/avialae
- Owner: enpitsuLin
- License: mit
- Created: 2022-02-25T06:51:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T07:31:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T00:06:46.793Z (11 months ago)
- Topics: cli, deno, dev-server
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Avialae
inspired by [@vue/dev-server](https://github.com/vuejs/vue-dev-server), build with deno but only for React
## Install
```shell
deno install -A --unstable -n avia 'https://deno.land/x/react_dev_server/mod.ts'
```
## Usage
in your project folder
```shell
avia dev // or avia serve
```
## TODO
- [ ] Hot reload
- [x] css hot reload
- [ ] js hot reload
- [x] cli
- [ ] more general
# License
MIT ©enpituslin