/micro-nodejs

Boilerplate for nodejs projects written in coffeescript.

Primary LanguageCoffeeScript

Skeleton NodeJS project

Skeleton project for nodejs projects written in coffeescript.

Todo after downloading this project

  1. Rename dotenv to .env
  2. Change .env variables
  3. Remove .git folder
  4. git init
  5. Rename name and description in package.json
  6. Replace "license: ISC" to "private: true" in package.json
  7. yarn/npm i
  8. yarn/npm run watch
  9. curl localhost:5000/health should return OK