Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 338 Bytes

MERN Boilerplater

A full stack website for Demos

Run locally

Install dependencies:

git clone https://github.com/TheYoungWolf-Productions/Demos-data-analytics.git
cd Demos-data-analytics
yarn install
cd client
yarn install
cd server
yarn install

Run client and server concurrently (at the root folder):

yarn run dev