First, download the project by running:
git clone https://github.com/trichh/adrizer.git
Then, change directories into the cloned project and install the dependencies from package.json by running:
npm install
Next start the application's local environment by running:
npm run start
This will:
Run the app in development mode. Open http://localhost:3000 to view it in your browser. Proxy server that handles api requests will also run on http://localhost:4000