Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 313 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 313 Bytes

#Setup

  • Clone the project (You can use Intellij)
  • Install NodeJS on your machine
  • do a npm install -g yarn. We use yarn instead of npm
  • Now just run yarn in the root of the project
  • Open it in Intellij and start coding!
  • Run the project: yarn run start
  • Test the project: yarn run test