- Install latest LTS version of NodeJS
- Install prettier extension and configure it to run on save
- Install eslint extension
- Download project
- Run
npm i
- Create new file
.env.development.local
and fill it in using.env.example
as an example
assets
- Used for project assets(fonts, images, videos, other files)components
- Used to store reusable react componentsconfig
- Define global configs herepages
- Add your project page components hereservices
- Used for service functions to access API