💻 Front [ NextJS • TypeScript • Tailwind ]
💻 Back [ ExpressJS • socket.io ]
-
Clone project with the command
git clone https://github.com/MandyTrl/chitchat.git
-
Open and use 2 terminals (1 for the frontend and 1 for the backend)
-
On frontend directory, create a
.env.local
file and copy/pasteNEXT_PUBLIC_BACKEND_URL=http://172.21.62.178:3333/
-
Start frontend with the command
yarn dev
and start server with the commandyarn start
-
Open your browser at http://localhost:3000
Et voilà ! 👌