Skip to content

webiny/webiny-bootstrap-react-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Webiny Bootstrap React Portfolio

Bootstrap cover

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 🚀

Demo

Blogs

Watch the live demo.

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.

Portfolio bootstrap features:

Headless CMS Content Models:

  • Blogs
  • Projects

Front-end:

  • Reusable UI components
  • Material UI React Components
  • GraphQL to query data
  • Deploy with Vercel

Prerequisites

Back-end

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.

Get Started

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

Deploy

Back-end

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.

Front-end

Follow the Front-end deployment section on the tutorial.