built with the Next JS Template with Tailwind CSS
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
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.
Included are two collections of components
- Base
- Utility
These contain basic components that can be used to build a basic site