Hello there! Welcome to this exciting little virtual space I created. I've put in some time to create content that will briefly walk you through the JAMStack architecture and help you build your own apps. Let's get this show started!
This is our data powerhouse. GraphCMS is a very powerful and yet easy to use Headless CMS with tons of useful options to support different projects. |
An amazing React framework that straps everything together, providing us with all the necessary dependencies and project configurations to start coding right away. |
Of course, I was not going to build a Jamstack project and leave out our beloved Apollo GraphQL client library, nope! I love the way this thing works. |
We cannot deny the simplicity that Boostrap brings to Frontend work. Well... Some of us can deny that, but who cares? I installed and used Bootstrap 5 on this project. |
There are lots of reasons why Sass is referred to as CSS with superpowers. You might find a few if you have a look into |
Last but not the least... Can you take a guess on where this beautiful piece of work was deployed? That is right, Vercel! |
First, install dependencies:
npm i
# or
yarn
Then run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Learn Next.js - an interactive Next.js tutorial.
- You can check out the Next.js GitHub repository - your feedback and contributions are welcome!