storyblok-mui-praktikumsanzeigen
v1.0.0
Published
Next.js Storyblok Boilerplate
Downloads
2
Readme
Next.js Storyblok Boilerplate
How to get started?
- Register at Storyblok for free
- Create a new empty Space and exchange the preview token with your own in
utils/StoryblokService.js
(not required if you have downloaded the project via app.storyblok.com) - Read the Next.js tutorial about Storyblok's concept: https://www.storyblok.com/tp/next-js-react-guide
- Enjoy and start developing
Build Setup
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
For detailed explanation on how things work, checkout the Next.js docs.