https://github.com/hpprc/gatsby-starter-hpp
✈️ A simple Gatsby starter with TypeScript and many tools
https://github.com/hpprc/gatsby-starter-hpp
gatsby gatsby-starter gatsbyjs mdx netlify skeleton-template typescript
Last synced: about 1 month ago
JSON representation
✈️ A simple Gatsby starter with TypeScript and many tools
- Host: GitHub
- URL: https://github.com/hpprc/gatsby-starter-hpp
- Owner: hppRC
- License: mit
- Created: 2019-12-03T04:37:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T19:52:44.000Z (over 2 years ago)
- Last Synced: 2025-02-27T05:51:11.678Z (about 2 months ago)
- Topics: gatsby, gatsby-starter, gatsbyjs, mdx, netlify, skeleton-template, typescript
- Language: TypeScript
- Homepage: https://gatsby-starter-hpp.netlify.com/
- Size: 18.1 MB
- Stars: 53
- Watchers: 4
- Forks: 7
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-hpp
[](https://app.netlify.com/sites/gatsby-starter-hpp/deploys)



simplest gatsby skelton.
## Recomendation
- node.js
`version: 14.0.0`
- yarn
`version: 1.22.4`## Get Started
1. install node modules
```
$ yarn
```2. start development server
```
$ yarn start
```