Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 378 Bytes

DOADIFY

Development

Doadify is fully functional in development.

Simply run : npm start

And the project should be available via your favorite browser at http://localhost:5173/.

Build for production

The react client app is served by the node server in production. Vite build creates a build in /dist folder. This folder has to be moved to the /server folder.