Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 559 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 559 Bytes

coffee-site

Base template for Coffeescript server and front-end

Starting server

Prerequisites

Install NodeJS and Git.

Then run:

npm i -g coffeescript

Download source

Run:

git clone https://github.com/NirmalL/coffee-site.git
cd coffee-script
npm i

Start server

Run:

npm start

Origin

This code is based on code found at glitch.com coffee-script-base.

Feedback

I really appreciate your feedback on how to improve this :)