Skip to content

Latest commit

History

History
35 lines (24 loc) 路 888 Bytes

README.md

File metadata and controls

35 lines (24 loc) 路 888 Bytes

gatsby-playground

馃さ Explore the amazing capabilities of Gratsby.js by example.

What's this all about?

Gatsby is a static page generator, somewhat similar to Jekyll. It allows to generate static pages not only from files but from API endpoints, databases and other sources.

It leverages the power of GraphQL, React.js, Webpack and JAM Stack.

Development

Commands

Name Function
npm run develop Run development server on port 3000
npm run build Build page into /public
npm run serve Serve page using Surge

URLs

Development

http://localhost:8000/

GraphIQL

http://localhost:8000/___graphql

License

MIT 漏 Alain Perkaz