To get started running the project locally, please follow the steps below.
First, clone the repository.
git clone https://github.com/C22-017/Maneyfy-FrontEnd.gitThen, install dependencies and fetch data to your local machine. Note that we use NPM, not YARN.
cd Maneyfy-FrontEnd
npm installFinally, run the development server.
npm run start-devOpen http://localhost:8000 with your browser to see the result.