Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

slarsendisney/gatsby-watermelon

Repository files navigation

🍉 Gatsby Watermelon Boilerplate

A GatsbyJS boilerplate with Redux and socket.io all wrapped up nicely in an Express server.

Quick Start

npx -p yo -p generator-sld -- yo sld:watermelon
What is Gatsby?

"Gatsby is a blazing fast modern site generator for React."

Read the docs.

What is Redux?

"Redux is a predictable state container for JavaScript apps"

Read the docs

What is Express?

"Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications."

Read the docs.

Project Structure
gatsby-watermelon
scripts
┃ hello.js
┣ server
┃  ┗index.js
┗ src
   ┣ components
   ┃ ┣ Hero.js
   ┃ ┣ SocketExample.js
   ┃ ┣ header.js
   ┃ ┣ layout.js
   ┃ ┗ seo.js
   ┣ data
   ┃ ┗ Start.json
   ┣ images
   ┃ ┣ watermelon.png
   ┃ ┗ watermelon.svg
   ┣ pages
   ┃ ┣ 404.js
   ┃ ┗ index.js
   ┣ state
   ┃ ┣ createStore.js
   ┃ ┗ wrapWithProvider.js
   ┗ styles
     ┣ _flex.scss
     ┣ border.scss
     ┣ button.scss
     ┣ colors.scss
     ┣ global.scss
     ┣ hero.scss
     ┣ layout.scss
     ┣ link.scss
     ┣ margin_padding.scss
     ┣ opacity.scss
     ┗ vars.scss

This boilerplate was built with ❤️ by SLD. I try my best to maintain the project but if you notice any issues, or if you need any help - hit me up!

About

A gatsby/node/socket boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published