Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

What is Next Base & How to Use It

Bret Morris edited this page Jan 16, 2020 · 1 revision

Next Base is a starter kit created by Use All Five

What's a starter kit?

Starter kits (SK) are a collection of boilerplate code that can be used to kick-off the development of a site more quickly. The ideal SK contains only the minimum amount of code required to start a project. Over the years we've discovered that less is more; SKs that try to do too much are more difficult to maintain and typically result in the user spending a lot of time upfront deleting code that is not applicable to the application that they're building.

What's included in Next Base?

Next base is a great SK for websites that can benefit by being built with the following tech stack:

  • Prismic: A headless CMS that is user and developer-friendly.
  • NextJS: A serverside React framework
  • Express: A web framework for Node.js
Clone this wiki locally