Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 401 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 401 Bytes

Reservamos Frontend Playground

React Web App

Prerequisites

  • Node installed
  • Yarn installed

Running

First you need to install the app's dependencies

# install dependencies
yarn

Then you can start the app

# start the app in dev mode:
yarn dev

# or start the app in production mode:
yarn build
yarn start

Now open up http://localhost:3000