About • Revised Concepts • Installation
Construction of a landing page based on a template, using GatsbyJs. Project developed at Vai na Web with the aim of learning. I love David Bowie, hope you enjoy it!
See the project online here!
- Componentization
- Use of Routes
- CMS API consumption
- Responsive design
- Documentation
- Debugging code
- Designing components
Recommendations
- It is recommended that you have installed Google Chrome or Edge
- I recommend using VSCode as development IDE
Let's divide it into 3 steps.
- Clone this repository
- Install dependencies
- Initializing the project
git clone https://github.com/rhayssadandara/ziggy-stardust_gatsby_landing-page.git
cd ziggy-stardust_gatsby_landing-page
npm install
Make sure your internet is stable, as this may take a while
npm run develop
Open the code and start customizing!
Project is now running at http://localhost:8000!
-
Learn more