Skip to content

iiison/git-war-demo

Repository files navigation

Project: React War Room

Demo App

How to setup the project

  • First Time setup

    mac users:

    brew install node

    Linux/Ubuntu users: Go to Node.js and download and install the setup

  • Check if npm is installed

    in console, type:

    npm -v

    you will see npm version if everything is right.

  • Clone Repo

    git clone https://github.com/iiison/git-war-demo.git
    cd git-war-demo
  • Installing Dependencies

    npm i

First Time setup is completed 👍

Running Server

  • Running Dev server:

        $ npm run start
    
  • Running Production Bild:

        npm run prod
  • Running Tests:

        npm run test

Global Dependencies
  • Node : 10.16.0(or above)

About

Demo React App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published