You can access online for this project at link
For offline purpose:
-
RUN this script
git clone https://github.com/miftahmfaris/event-client.git -
Install dependencies
yarn install -
RUN
cp .env.example .env -
Fill with your service url
-
RUN App
yarn start -
Check your browser on PORT
http://localhost:3000 -
Thank you