Skip to content

aperkaz/gatsby-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published