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

Files

Latest commit

31116a4 · Jun 26, 2018

History

History
24 lines (18 loc) · 709 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 709 Bytes

Contributing

There are 2 folders in src, server and client.

Inside client folder:

  • actions = All actions of redux
  • components = All react components
  • css = All css and less files
  • js = All js utilities
  • fonts = All fonts and icons
  • images = Small images (other images are inside of src/images)
  • reducers = All reducers of redux

Inside server folder:

  • graphql = GraphQL API only for query
  • middlewares = Express middlewares for REST API
  • models = Models of database
  • routers = Routers of REST API
  • utils = Utilities

Feel free to fill an issue or create a pull request, We'll check it ASAP.

Before anything, lint your code with gulp lint command.