Starters

This article lists different starters that we've created to help you launch React projects with Prismic.

On this page, you can see starter projects built with React and Prismic.


Choose a project

To get started, choose a project below. Click Preview to see a demo of the website.

To install a starter project, run the theme command in your terminal.

Blog website

Blog website

This blog website is a great starting point to explore React.js and Prismic. Modify and adapt it to your liking.

Run the following Prismic theme command in the terminal to launch this project locally:

npx prismic-cli@latest theme --theme-url https://github.com/prismicio/reactjs-blog --conf src/prismic.js

Business website

Business website

A Business website with multiple pages and a dynamic menu. This project provides all the code you need for a website with a homepage, information pages, and navigation

Run the following Prismic theme command in the terminal to launch this project locally:

npx prismic-cli@latest theme --theme-url https://github.com/prismicio/reactjs-website --conf src/prismic.js

Run the website in development mode

Now, open your project folder in the terminal by cd name-of-your-project and run the following command to launch a local development server at http://localhost:3000.

npm start

Now you can customize the code and content however you want, and deploy your project when you’re ready.