Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Newbies-Workplace/retromachina-frontend

Repository files navigation

Retromachina frontend

Key technologies

  • React
  • REST API (axios)
  • WebSockets (socket.io)
  • SCSS
  • Storybook

Requirements

  • node (run nvm use)
  • running retromachina-backend instance

Development

  • run:
    npm install
  • create .env file in root directory based on .env.template
  • run npm script:
    npm run dev