-
Clone this repo
git clone https://github.com/get-plugged/get-plugged.git
-
Go to the project folder
cd get-plugged
-
Install packages in client with yarn
cd client yarn
-
Install packages in server with yarn
cd server yarn
-
Start the client app
yarn dev
-
Start the server
yarn dev