In the api directory, use the command :
npm install
npm run watch
Open (http://localhost:5000/api/contact) to view it in the browser.
The page will reload if you make edits.
In the client directory, use the command :
yarn install
yarn start
Open (http://localhost:3000/) to view it in the browser.
The page will reload if you make edits.
├───api #BackEnd folder
│ ├───app
│ ├───config
│ ├───controllers
│ ├───models
│ └───routes
│
└───client #Frontend folder
├───public
└───src
├───app #React components
├───components
│ ├───Button
│ ├───Header
│ └───Link
└───containers
└───contactPage
https://create-react-app.dev/docs/getting-started/ https://medium.com/swlh/how-to-create-your-first-mern-mongodb-express-js-react-js-and-node-js-stack-7e8b20463e66 https://tailwindcss.com/