Learning Polka
May 29, 2020 ยท View on GitHub
A micro web server.
Just one of the things I'm learning. https://github.com/hchiam/learning
Using yarn:
yarn # or: npm i
yarn start # or: npm start
# open http://localhost:3000/
See index.js for details.