This is a simple bootstrap project to create a portfolio website with React, Webiny Headless CMS and Apollo.
We will continue adding a series of bootstrap projects with different front-end frameworks. You can't find your favorite bootstrap project? Go ahead and ask for a Guide or Tutorial at the Community Repo of Webiny 🚀
Clone the bootstrap project and continue working on your portfolio website to showcase your work. Focus your creativity on creating valuable content and update your projects and blogs with Webiny Headless CMS Content Models.
Headless CMS Content Models:
- Blogs
- Projects
Front-end:
- Reusable UI components
- Material UI React Components
- GraphQL to query data
- Deploy with Vercel
In order to have this project work, you need to have a Webiny Headless CMS project ready for the backend.
Follow the tutorial to create your backend
Webiny project in the webiny-bootstrap-react-portfolio
folder.
Clone the repository:
git clone https://github.com/webiny/webiny-bootstrap-react-portfolio.git
cd webiny-bootstrap-react-portfolio/frontend
Start your front-end project:
Using yarn:
yarn install
yarn develop
Or, using npm:
npm install
npm run develop
When you create a Webiny project, one of the steps to finalize and continue working on the project is deployment. Make sure you have followed the tutorial for the back-end set up.
Follow the Front-end deployment section on the tutorial.