Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 734 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 734 Bytes

NUSAbroad

Netlify Status

Frontend repositiory for NUSAbroad.

Setup

Code Dependencies

Run yarn install to install dependencies

Development

  1. Run the app in development mode
yarn start
  1. Open http://localhost:3000 to view it in the browser.

Creating a production build

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.