UNPKG

@ataye/client-server-vite-tailwind

Version:

Boilerplate for an express client-server application using Vite and Tailwind CSS

22 lines (21 loc) 405 B
{ "name": "server", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www", "watch": "nodemon ./bin/www" }, "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", "dotenv": "^16.4.7", "express": "~4.16.1", "http-errors": "~1.6.3", "jade": "~1.11.0", "morgan": "~1.9.1" }, "devDependencies": { "nodemon": "^3.1.9" } }