Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 1.24 KB

README.md

File metadata and controls

48 lines (43 loc) · 1.24 KB

relay-modern-boilerplate

Detailed docs coming soon.

You can combine this boilerplate with my GraphQL Server (using Mongoose).

Project Structure

│-- Root
    │-- .babelrc
    │-- .editorconfig
    │-- .gitignore
    │-- LICENSE
    │-- README.md
    │-- package.json
    │-- yarn.lock
    │-- config
    │   │-- webpack.config.js
    │   │-- webpack.production.config.js
    │-- public
    │   │-- index.html
    │   │-- schema.json
    │-- src
        │-- index.js
        │-- pages
        │   │-- anotherPage
        │   │   │-- AnotherPage.js
        │   │-- home
        │       │-- Home.js
        │       │-- Home.test.js
        │       │-- _snapshots_
        │           │-- Header.test.js.snap
        │       │-- components
        │           │-- phones
        │               │-- Phone.js
        │               │-- Phones.js
        │-- router
        │   │-- Environment.js
        │   │-- Router.js
        │   │-- Routes.js
        │-- sharedComponents
            │-- header
                │-- Header.js
                │-- components
                    │-- HeaderTitle.js