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