https://github.com/reflexjs/gatsby-starter
This is the base starter for kicking off your Gatsby project with Reflexjs.
https://github.com/reflexjs/gatsby-starter
Last synced: 3 months ago
JSON representation
This is the base starter for kicking off your Gatsby project with Reflexjs.
- Host: GitHub
- URL: https://github.com/reflexjs/gatsby-starter
- Owner: reflexjs
- Created: 2020-12-03T08:46:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T02:30:47.000Z (about 5 years ago)
- Last Synced: 2025-03-27T10:37:46.359Z (about 1 year ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# reflexjs/gatsby-starter
This is the base starter for kicking off your Gatsby project with Reflexjs.
## Getting Started
```sh
gatsby new site reflexjs/gatsby-starter
```
## Running your site
```sh
cd site
npm run dev
```
## Docs
Visit [https://reflexjs.org/docs](https://reflexjs.org/docs) to learn more about Gatsby and Reflexjs.
## License
Licensed under the [MIT license](https://github.com/reflexjs/reflexjs/blob/master/LICENSE).