Reflex
  • Blocks
    • Header
    • Hero
    • Features
    • Call to action
    • Forms
    • Pricing
    • Team
    • Testimonials
    • Cards
    • Footer
    • Posts
    • Videos
  • Examples
  • Learn
  • Videos
  • Docs
  • Theme

    Theme reference

    • Colors
    • Font family
    • Font size
    • Font weight
    • Line height
    • Box shadow
    Create a theme Extend base
arshadcnv0.5.3
Reflex
Reflex

Installation

Install Gatsby, Reflex and dependencies.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

Create a new Reflex project.

Start by creating a new Gatsby site using the Reflex base starter.

gatsby new mysite reflexjs/gatsby-starter-base

This will install gatsby, react, react-dom and @reflexjs/gatsby-theme-base.

What's in the box?

If everything runs successfully, you should see the following files created.

mysite
├── content
│ ├── blocks
│ ├── images
│ ├── navs
│ └── pages
├── .env.example
├── .gitignore
├── gatsby-config.js
├── package.json
└── README.md
IntroductionDevelopment

© 2020 Reflex

  • Blocks
  • Examples
  • Learn
  • Docs
  • Github