Skip to content

itsbhatt/Exploding-kitten-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploding Kitten Game

A MERN project (MongoDB, Express.js, React, Node.js)

Project Setup

# Create .env file
> touch .env

#add MONGODB_URI="YOUR_DB_CREDENTIALS" in .env file

Build Setup

# Setup & Run server

yarn install
yarn server


# Run client
cd client/
yarn install
yarn start