Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 268 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 268 Bytes

Getting Started

For front-end:

$ cd react-app
$ yarn install
$ yarn start

For server:

$ cd server
$ yarn install
$ yarn start

The server will be running at http://localhost:8080

The React app will be running at http://localhost:3000