Refactor of an existing project with TS.
The web server is Vite 2.0 a great ultra-lean / blazing-fast / next-gen frontend tooling which is build on top of ESmodules.
Install dependencies via npm install
.
npm run dev
to run the project.
json-server --watch db.json --port 8000
(or whatever port you like) to run the json server.
Enjoy <3