NUSSU commIT's E-Voucher web app made with React
To get started running the project locally, please follow the steps below.
First, clone the repository.
git clone https://github.com/nussucommit/evoucher-frontend.gitThen, install all the dependencies
cd evoucher-frontend
npm installFinally, run the development server.
npm startOpen http://localhost:3000 with your browser to see the result.