The flux app's web client lives here!
npm install
npm run start # run with node for deploymentnpm run tailwind # watch and generate tailwind as you code
npm run dev # run with nodemon for live reloads
npm run fmt # format your code(Assuming your app is running on localhost:3000)
views: all the/pagesof our app live hereviews/index.ejsis available atlocalhost:3000/views/page.ejsis available atlocalhost:3000/pageviews/folder/index.ejsis available atlocalhost:3000/folderviews/folder/page.ejsis available atlocalhost:3000/folder/page
publicall the static files live herepublic/globals.cssis served atlocalhost:3000/globals.css