Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 633 Bytes

Frontend Interview Assignment

Prerequisite

  1. Node.js 15.0.1 - The version is also specified in .nvmrc
  2. Yarn 1.22.10

Installation

  1. yarn install
  2. yarn build
  3. yarn test-all - To ensure that everything work fine at the start

Starting the app

  1. yarn start:api
    • To start the API server for the app to use
    • See /packages/api/README.md for more info on the available endpoint
  2. See the README.md in the app you want to work on to learn how to develop it.
    • /packages/app-react/README.md
    • /packages/app-vue/README.md