Skip to content

A web-based game built on React, Redux, and NodeJs on the server-side. Autosave game on every stage

Notifications You must be signed in to change notification settings

parasagrawal71/exploding-kitten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the application locally

  • First, clone this application using

    git clone "https://github.com/parasagrawal71/exploding-kitten.git"
    
  • Install dependencies by running the following command in the root folder

    cd exploding-kitten // to open the root folder first
    

    then,

    yarn
    
    OR,
    
    npm install
    
  • Run the application using the following command:-

    yarn start
    
    OR,
    
    npm run start
    
  • App will be opened automatically on http://localhost:3000. if not, open it manually after localhost server gets started.

NOTE:- No need to clone the server-side code since deployed server is used in the app

How to use deployed application

Go to https://exploding-kitten.web.app/

About

A web-based game built on React, Redux, and NodeJs on the server-side. Autosave game on every stage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published