Flact Frontend

Installation

  1. cd frontend to go into the project root
  2. yarn to install the website's dependencies

Development

yarn dev # and open http://localhost:3000 in your browser 

Run with SSR

yarn build
yarn start