Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 418 Bytes

File metadata and controls

41 lines (32 loc) · 418 Bytes

React-based "Stellar burgers"

Tech

  • React
  • Redux
    • TypeScript
  • HTML5
  • CSS modules
  • DnD
  • WebSocket
  • Cypress

Install

Install dependencies

$ npm install

Run dev

$ npm run start

Prod build

$ npm run build

Run cypress tests

$ npm run cypress:open

Run int tests

$ npm run test