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

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Main takeaways

  • Initialized with create-react-app
  • Redux is used for state management
  • Redux Saga is used for state management side effects
  • Strict eslint rules (airbnb & airbnb-typescript)
  • No scss or style libraries

Quick start

  • run npm install && npm start