imboard is a board game web application built with the MERN stack using Sass, Reactstrap, and the Context API for state management.
nodejs Dependency manager
Create an .env file with your MONGO_URI and MONGO_DB_NAME or add your full mongo URI to the default.json file.
npm install
npm run dev
or
npm run server
or
npm run client
Server runs on http://localhost:5000 and client on http://localhost:3000