How to use:
DONT FORGET TO FORK REPOSITORIE FIRST
- Git clone repositorie
Terminal vs code:
2. cd server
3. npm i
4. Add new terminal
5. cd client
6. npm i
7. Create .env on client and server parts
Simpleenv.txt will help to see constant names
Example of .env result:
Client part:
REACT_APP_BASEURL=http://localhost:3001
Server part:
PORT=3001
8. npm start on both terminals