Code Monkey home page Code Monkey logo

gostack-live-19-gatsby's Introduction

GoStack Bootcamp Live 19

πŸš€ Practical project of the Rocketseat GoStack Bootcamp.
πŸ‘· Developed by Matheus Ramalho de Oliveira.
πŸ”¨ Systems Analyst, Full-Stack Developer.
🏑 GoiÒnia, GoiÑs, Brasil.
βœ‰οΈ [email protected]
πŸ‘ instagram.com/kastorcode


Live 19: Gatsby


Screenshots


πŸš€ Installation and execution

  1. Make a clone of this repository;
  2. Enter the folder running cd gostack-live-19-gatsby;
  3. Run yarn to install dependencies;
  4. Run yarn start to start the development server;
  5. Open the address http://localhost:8000 in the browser;
  6. Use the secondary link http://localhost:8000/___graphql to make information query. Know more.

🧐 What has inside?

β”œβ”€β”€ node_modules
β”œβ”€β”€ content
β”œβ”€β”€ src
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ gatsby-ssr.js
β”œβ”€β”€ package.json
└── README.md
└── yarn.lock
  1. /node_modules: Contains all project dependencies;
  2. /content: Does not come with the Gatsby, stores blog posts, created with Markdown;
  3. /src: Src is a convention for source code, here is the code related to the frontend of the site;
  4. .gitignore: Which files are ignored by GIT;
  5. .prettierrc: Prettier settings;
  6. gatsby-browser.js: Gatsby default Browser API file;
  7. gatsby-config.js: Main configuration file of a Gatsby website; Know more;
  8. gatsby-node.js: Gatsby default Node API file, we use to create the blog pages from the content folder;
  9. gatsby-ssr.js: Gatsby default Server-side rendering API file;
  10. package.json: Manifest file for Node.js projects;
  11. yarn.lock: Automatically generated by Yarn.

πŸ—“ ️Roadmap

  • Introduction to Node.js
  • Creating Node.js project
  • Continuing Node.js project
  • CSS Flexbox
  • UI Design
  • Introduction to React
  • First project with ReactJS
  • First project with React Native
  • Front-end documentation
  • Flux architecture
  • Using React Hooks
  • Server-side rendering(SSR) with ReactJS
  • GraphQL
  • Expo
  • Creating ReactJS project
  • Creating React Native project
  • Animations with React Native
  • Full-stack app development
  • Node.js tests
  • Node.js deploy
  • ReactJS tests
  • React Native tests
  • ReactJS deploy
  • React Native publication
  • WebSocket with Express
  • Advanced patterns at Node.js
  • OmniStack SaaS(software as a service) and AdonisJS
  • Final challenge
  • Monorepo

gostack-live-19-gatsby's People

Contributors

kastorcode avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.