escape-room-monitoring-system-client
Installation
To install the app and its dependencies, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/rostekus/escape-room-monitoring-system-client
- Navigate to the root directory of the repository using your terminal or command prompt.
cd escape-room-monitoring-system-client
- Run the command:
npm install
This will install all the dependencies needed to run the app.
Building the App
To build the app, run the following command in your terminal or command prompt:
npm build
This command will build the app in the build
directory. The build directory will contain a minified version of the app that is optimized for production.
Running the App
To run the app locally for development and testing purposes, run the following command in your terminal or command prompt:
npm start
This command will start the app on your local machine. You can access the app by opening a web browser and navigating to http://localhost:3000
.