A starter project for MEENT (mongodb, express, ejs, nodejs, tailwind css).
start development server:
npm run dev
run server in production:
npm start
build css:
npm run build
build css on file change:
npm run build:watch