This project serves as a prototype for a subsequent project.
You will need node.js, yarn and postgres installed.
- Change directory:
cd ./client/
- Install dependencies:
yarn
- Start dev environment:
yarn dev
- Visit localhost:3000 to view the application
Note: To run the client independently without the server, please follow these steps:
- Create a
.env
file in the./client/
directory. - Add the following line to the file:
NEXT_PUBLIC_BACKENDLESS=true
This will enable the client to operate in a "backendless" mode.
- Change directory:
cd ./server/
- Install dependencies:
yarn
- Start dev environment:
yarn dev
MIT