Parents :
| Date and time note was created | $= dv.current().file.ctime |
| Date and time note was modified | $= dv.current().file.mtime |
Create frontend and backend folder inside one project folder
- dependencies required
- nodemon : to watch changes in node server and hot refresh the server ( change it instead of node)
- express framework to create server for backend
- vite and react for frontned
- concurrently for running scripts together (use of prefix attribute in npm makes it easier to run scripts)
Related
- Running React and Node.js in one shot with Docker! - DEV Community
- Using Vite to Serve and Hot-Reload React App & Express API Together