A very basic web server Created with ❤️ in ⬢Node.js with ෴HandleBars by Jeremy Swanborough
- Clone the repo using
git
and open the web-serverdir
λ git clone https://github.com/jeremyswann/basic-node-web-server.git web-server
λ cd web-server
- Install the app using
yarn
λ yarn install
Run yarn serve
to start the web server
λ yarn serve
Server is up on port: 3000.
Have fun! 🎉