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

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

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