🖥 Installation
- Fork this repository to your GitHub account
- Clone your fork to your development machine
- Install the package dependencies by running
npm install
(or yarn if you prefer) - Start the application server by running
npm start
- Open your browser to http://localhost:3000
⚙️ Other Scripts
- Production build run
npm run build