Frontend repositiory for NUSAbroad.
Run yarn install
to install dependencies
- Run the app in development mode
yarn start
- Open http://localhost:3000 to view it in the browser.
Run yarn build
to build the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.