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.git
Then, install all the dependencies
cd evoucher-frontend
npm install
Finally, run the development server.
npm start
Open http://localhost:3000 with your browser to see the result.