A minimalistic starter theme for an agency using Gridsome with Bootstrap 4.
This starter project includes some of the latest powerful technologies.
- Gridsome
- Bootstrap
- Sass
- Markdown
With Gridsome offering a plugin-rich ecosystem, there are a few key plugins that make this project possible.
- Gridsome Source Filesystem Transform files into content that can be fetched with GraphQL in your components.
- Instagram source for Gridsome Grabbing the latest photos from a user's public instagram profile.
npm install --global @gridsome/cli
gridsome create my-agency https://github.com/adeadedoja/gridsome-agency-starter-bootstrap
to install agency startercd my-agency
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌
Use this deploy button to get your own copy of the repository.