https://github.com/reflexjs/gatsby-starter-typescript
This is the base starter for kicking off your Gatsby project with Reflexjs and Typescript.
https://github.com/reflexjs/gatsby-starter-typescript
Last synced: 10 months ago
JSON representation
This is the base starter for kicking off your Gatsby project with Reflexjs and Typescript.
- Host: GitHub
- URL: https://github.com/reflexjs/gatsby-starter-typescript
- Owner: reflexjs
- Created: 2020-12-10T12:37:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T02:30:53.000Z (about 5 years ago)
- Last Synced: 2025-01-16T07:15:57.632Z (over 1 year ago)
- Language: TypeScript
- Size: 290 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# reflexjs/gatsby-starter-typescript
This is the base starter for kicking off your Gatsby project with Reflexjs and Typescript.
## Getting Started
```sh
gatsby new site reflexjs/gatsby-starter-typescript
```
## 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).