Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Project structure

Nhat Khanh edited this page Mar 23, 2019 · 2 revisions

Introduction

Server

Client

src
  graphql
    queries
      me.graphql
    mutations
      login.graphql
    index.tsx
  translations
    en-US
      common.json
    vi-VN
      common.json
  components
    button
      index.tsx
      styles.ts
    footer
      index.tsx
      styles.ts
    ...
  pages
    home
      index.tsx
      styles.ts
    ...
  modules
    stations
      stationItem
        index.tsx
        style.ts
      player
        index.tsx
        styles.ts
    authentication
      loginForm
        index.tsx
        validation.ts
  libs
    material-ui
    apollo

Testing

Clone this wiki locally