All Projects → storyblok → react-next-boilerplate

storyblok / react-next-boilerplate

Licence: other
Nextjs Storyblok boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-next-boilerplate

Fiori-for-iOS-Roadshow-2019
A collection of materials for the joined SAP and Apple Roadshow event.
Stars: ✭ 12 (-74.47%)
Mutual labels:  devrel
README
Developer Relations @ Pact - Your map to the Pact landscape for all-comers (maintainers, contributors, users, newbies)
Stars: ✭ 35 (-25.53%)
Mutual labels:  devrel
awesome-developer-marketing
A living document of hand-picked resources for marketers working on dev-centric products.
Stars: ✭ 174 (+270.21%)
Mutual labels:  devrel
cloud-platform-workflow-virtual-event
Material for the virtual event on SAP Cloud Platform Workflow.
Stars: ✭ 25 (-46.81%)
Mutual labels:  devrel
devrel-kpis
A community-sourced resource of metrics and methods for proving ROI through data + story. Advice from around the DevRel and Community world.
Stars: ✭ 43 (-8.51%)
Mutual labels:  devrel
devrel
Common solutions and tools developed for Apigee
Stars: ✭ 121 (+157.45%)
Mutual labels:  devrel
cloud-cap-nodejs-codejam
Material for the CodeJam on SAP Cloud Application Programming Model with Node.js.
Stars: ✭ 76 (+61.7%)
Mutual labels:  devrel
vue-nuxt-boilerplate
Nuxt.js Storyblok boilerplate
Stars: ✭ 50 (+6.38%)
Mutual labels:  devrel
nextjs-multilanguage-website
Nextjs Multilanguage Website
Stars: ✭ 128 (+172.34%)
Mutual labels:  devrel
awesome-technical-communication
😎 A curated list of awesome resources about technical communication
Stars: ✭ 102 (+117.02%)
Mutual labels:  devrel

Next.js Storyblok Boilerplate

This repository is a Next.js Storyblok starter template used in following 5 minute tutorial.

Requirements

To use this project you have to have a Storyblok account. If you don't have one yet you can register at Storyblok, it's free.

How to get started?

Read the Next.js tutorial about connecting Storyblok and Next.js

1. Clone the repo

  $ git clone https://github.com/storyblok/react-next-boilerplate.git

2. Install all dependecies

$  yarn # or npm install

3. Adding the Access token

Create a new empty Space and exchange the preview token with your own in pages/_app.js.

// in pages/_app.js
storyblokInit({
  accessToken: "your-preview-token",
  use: [apiPlugin],
  components,
});

4. Run your project

Set the preview domain in Storyblok to http://localhost:3000/

# to run in developer mode
$ yarn dev # or npm run dev
# to build your project
$ yarn build # or npm run build

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].