0.0.1 • Published 1 year ago

pomelo_frontend v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

pomelo_frontend

Important Dependencies to Know

  • Joi - a schema validation library
  • Faker - generate fake (but realistic) data for testing and development
  • Redux - a predictable state container for js apps
  • Redux-Saga - an intuitive Redux side effect manager
  • Sentry - a performance monitoring library
  • Chai - test assertion library
  • Sinon - function mocking library used in tests
  • Axios - an ajax library
  • Jest - a test framework

Project Layout

NOTE this is not a complete diagram of the file structure, it only covers core components for getting started.

├── src
│   ├── asset
│   │   ├── font
│   │   ├── image
│   │   ├── locale
│   │   └── lotties
│   ├── component
│   │   ├── atoms
│   │   ├── molecules
│   │   ├── organisms
│   │   └── pages
│   ├── lib
│   │   └── custom_hooks
│   ├── store
│   │   ├── saga
│   │   └── state
│   └── test

(Setup) How to setup a dev environment on your local machine

Setup 1)