Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 377 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 377 Bytes

Installing

Installing NPM modules on both client and server folders

Execute these commands from the project directory

cd client
npm install
npm run build:local
npm install

Set the env variables

Create a .env file in the root directory

Copy the example file into it and set all the necessary values

Running the app

npm run start:dev