This project was created to display event system data within a Dashboard. In this project the user can checkout the data from theirs systems, and the data was created pretending it was a security camera system being invaded.
But first you need to follow the steps below:
Clone the repository by running the following command:
# With SSH.
git@github.com:gusmagnago/dashboard.git
# Or with HTTPS.
https://github.com/gusmagnago/dashboard.git
Once you've cloned the repository install the required dependencies:
npm install
In the project directory, you can run:
Runs the app in the development mode.\
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.