GitHunt
HR

hrist0stoichev/PokerStars

Poker for the modern-js class

Running the app

To run the app in production mode enter the following commands

  • npm install --only=prod installs the production modules required to run the app
  • npm run start compiles the react client and runs the node server

To run the app with hot reloading

  • npm install installs all modules required to run the app
  • npm run dev for hot reloading of the client and the server on code change

Languages

JavaScript99.7%HTML0.3%
Created December 10, 2019
Updated December 10, 2019
hrist0stoichev/PokerStars | GitHunt