Help with EJS Express on Vercel
Unanswered
Palomino posted this in #help-forum
PalominoOP
Hello, for a while now I have been attempting to deploy my EJS Express app to Vercel and cannot get it to work. I know I can do it because I have seen it done before.
I basically just need a walkthrough because I cannot find a good tutorial on how to do it. Here is my projects directory outline:
Thanks!
I basically just need a walkthrough because I cannot find a good tutorial on how to do it. Here is my projects directory outline:
Folder (main folder)
|-- .vercel (folder)
|-- node_modules (folder)
|-- public (folder)
| |-- assets (folder)
| | |-- css (folder)
| | |-- js (folder)
| | |-- nc.png
| |-- dynamic (folder)
| | |-- dynamic.config.js
| |-- uv (folder)
| | |-- uv.config.js
| |-- dynamic.sw.handler.js (file)
| |-- uv.sw-handler.js (file)
|-- views (folder)
| |-- 404.ejs
| |-- apps.ejs
| |-- games.ejs
| |-- index.ejs
|-- .gitignore (file)
|-- app.json (file)
|-- Dockerfile (file)
|-- index.js (file)
|-- package-lock.json (file)
|-- package.json (file)
|-- vercel.json (file)Thanks!