This is a simple sample for Degu.
- Node.js
-
Install all the dependencies
$ npm install -
Build the source
$ npm run build -
Run the built source
$ npm run start -
🎉 🍣 Yes party time! 🍣 🎉
The server will run with port 8000. You can directly access the server with the port, but it's also a good idea to use a reverse proxy like Nginx!