Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 763 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 763 Bytes

Shed.Edu

Requirements

  • Install latest LTS version of NodeJS
  • Install prettier extension and configure it to run on save
  • Install eslint extension

Setup

  1. Download project
  2. Run npm i
  3. Create new file .env.development.local and fill it in using .env.example as an example

Folders

  • assets - Used for project assets(fonts, images, videos, other files)
  • components - Used to store reusable react components
  • config - Define global configs here
  • pages - Add your project page components here
  • services - Used for service functions to access API