Base template for Coffeescript server and front-end
Install NodeJS and Git.
Then run:
npm i -g coffeescript
Run:
git clone https://github.com/NirmalL/coffee-site.git
cd coffee-script
npm i
Run:
npm start
This code is based on code found at glitch.com coffee-script-base.
I really appreciate your feedback on how to improve this :)