Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 229 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 229 Bytes

To compile and start the client in production mode

To install the dependencies do:

npm install

Build the application:

npm run build:prod

To start the application do:

npm start