Gatsby - The future of web development
Gatsby enables developers to build fast, secure, and powerful websites using a React-based framework and innovative data layer that makes integrating different content, APIs, and services into one web experience incredibly simple.
You can get more information from Gatsby
- Combine Content & Data From Anywhere
- Write Apps with Better Building Blocks
- Take Web Performance to the Next Level
- One-Click, Global Deployment
You can easily create a Gatsby website by four steps.
> npm install -g gatsby-cli
> gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world
> cd hello-world
> gatsby develop
Then you can visit website http://localhost:8000
Building a website is hard, but Gatsby makes it easy.