lanzoninicola / dioni-mara-website

Home Page:https://dioni-mara-website.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix 1.7.5 starter with ExpressJS adapter (Typescript support)!

TODO

  • Dockerize the app

Development

From your terminal:

npm run dev

This will start the Express server at port 3000. It will automatically reload your browser when you make changes to your code.

Note:

Sometimes after executing npm run dev you may see an error like Error: Cannot find module 'server.js'. To fix this, run npm run build:server and then npm run dev again.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

About

https://dioni-mara-website.vercel.app


Languages

Language:CSS 83.8%Language:TypeScript 12.1%Language:JavaScript 3.1%Language:Dockerfile 1.0%