The flux app's web client lives here!
npm install
npm run start # run with node for deployment
npm 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/pages
of our app live hereviews/index.ejs
is available atlocalhost:3000/
views/page.ejs
is available atlocalhost:3000/page
views/folder/index.ejs
is available atlocalhost:3000/folder
views/folder/page.ejs
is available atlocalhost:3000/folder/page
public
all the static files live herepublic/globals.css
is served atlocalhost:3000/globals.css