sails: ^1.1, coffee script: ^2.3, nodejs >8.1.0
-
only api service, minimalist, grace. fit with web app. (no grunt, no layout, no garbage)
-
fast setup.
-
a simple example helps you understand how it works.
-
rewrite response, more coffee style.
-
lift mongodb in docker (if need):
cake mongo. -
run dev server:
cake start. -
build to javascript:
cake build. -
clear all javascript:
cake clear.
sails-coffee is initialized with @fine.sh/cs, you can run this command to initialize the project:
npx @fine.sh/cs init