Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 299 Bytes

File metadata and controls

23 lines (17 loc) · 299 Bytes

Fullstack Web Developer Test

Development

Install dependencies

yarn

Server

Run API server

# default will listen on port `8080`
yarn start:server

test api endpoint:

curl http://localhost:8080/api/users

Front-end

Start the front-end server

yarn start:client