Demo Frontend
Next.js Starter Template
1. Create a new project
2. Copy the .env.example file
Copy the .env.example
file to .env.local
and adjust the values.
3. Run the project
4. Activate the NodeHive Frontend Edit
You can login into the Frontend, to see the NodeHive toolbar and start to edit content and settings much faster.
Go to http://localhost:3000/nodehive/login
and login with the your credentials
5. Start developing
You can start developing your frontend now. The NodeHive backend is already configured and you can start to query the data from the backend.
Config files
jsonapi-config.ts
This files contains the configuration for the jsonapi client. You can define here the entity types and the fields you want to use in your frontend. It allows you to query and filter resources.
NodeHive Integration
space-config.ts
This file contains the configuration for the space. You can define the site name, the default metatags, favicons and open graph tags.
18n-config.ts
This file contains the configuration for the i18n. You can define the languages and the default language.
Frontend Stack
We recommend using Next.js for your frontend. It is a great framework for building modern web applications. But you can use any frontend technology you like. The NodeHive backend offers a range of apis you need to get familiar.