Skip to content

HDPham/imboard

Repository files navigation

imboard

imboard is a board game web application built with the MERN stack using Sass, Reactstrap, and the Context API for state management.

Requirements

Building

nodejs Dependency manager

Quick Start

Create an .env file with your MONGO_URI and MONGO_DB_NAME or add your full mongo URI to the default.json file.

Install dependencies

npm install

Run the client & server with concurrently

npm run dev

or

Run the Express server only

npm run server

or

Run the React client only

npm run client

Server runs on http://localhost:5000 and client on http://localhost:3000

About

Random Board/Card Games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published