You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node js application blueprint with both server & client
Installation
git clone https://github.com/Bundy-Mundi/node-app.git
cd node-app
npm install
npm run dev # This will run the server and compile tailwind css automatically
For the most of the time, you might just want to run
npm run dev:server
About
Basic node app for test, authentication and fun things.