# mvite

[![npm][npm-img]][npm-url]

Web dev tool via ES Module. Support React project development.

## Getting Stated

```shell
$ npm install mvite -g

$ mvite
Server start 4001 prot:  http://localhost:4000

$ mvite --port 8888
Server start 8888 prot:  http://localhost:8888

$ mvite --help
```

## Features

- [x] Start server
- [x] Static server
- [X] Module resolve
- [x] React
- [ ] Hot module replacement

[npm-img]: https://img.shields.io/npm/v/mvite.svg
[npm-url]: https://npmjs.com/package/mvite

## Reference

[vite](https://github.com/vitejs/vite)