Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 544 Bytes

E-Voucher Frontend 🖥

NUSSU commIT's E-Voucher web app made with React


Getting Started 🔧

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.