Deno introduction
Run the server:
> deno run --unstable --allow-plugin --allow-read --allow-write --allow-env --allow-net deno/app.ts
Enter the front end directory:
> cd node-frontend-app
On first run you need to install dependencies:
> npm install
Run the client:
> npm start