Poker for the modern-js class
Running the app
To run the app in production mode enter the following commands
npm install --only=prodinstalls the production modules required to run the appnpm run startcompiles the react client and runs the node server
To run the app with hot reloading
npm installinstalls all modules required to run the appnpm run devfor hot reloading of the client and the server on code change
On this page
Languages
JavaScript99.7%HTML0.3%
Created December 10, 2019
Updated December 10, 2019