Just a small setup for me to explore HTTP, web servers and Node.
- Clone repo with
git clone https://github.com/Andersclark/NodeHttp.git - Navigate inside project wit
cd NodeHttp - Install dependencies
npm install - Run dev setup with
npm run dev - OR: build and run once with...
npm run buildand thennpm run start