/concurrently-vue-express-webapp

This project showcases how to make a full-stack app using Vue, Vite and Express.

Primary LanguageJavaScript

Making a Full-Stack App with Vue, Vite and Express that supports Hot Reload

This project showcases how to make a full-stack app using Vue, Vite and Express.

It is part of my blogpost at the Codeminer42 Blog: Making a Full-Stack App with Vue, Vite and Express that supports Hot Reload

Installation

This app requires node and npm to be installed.

Install dependencies:

npm install

Run the app in development mode:

npm run dev

Build and run the app for production:

npm run build
npm start