Better Your Health Next JS Template with Tailwind CSS

built with the Next JS Template with Tailwind CSS

Getting Started

Firstly, Create a NextJS app using the template Copy the snippet bellow and replace [your-project-name] with your project name

NOTE: Project name should be lower case

npx create-next-app [your-project-name] -e https://github.com/Mishumo-Troy-Lumadi/BetterYourHealthTemplate

After Installation

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

Components

Included are two collections of components

  1. Base
  2. Utility

These contain basic components that can be used to build a basic site