Skip to content

Latest commit

 

History

History
106 lines (71 loc) · 3.02 KB

README.md

File metadata and controls

106 lines (71 loc) · 3.02 KB

NextVita Boilerplate

100% Lighthouse Score Next JS Free Template

Ready to go Next JS with attractive blue theme boilerplate

Deploy with Vercel GitHub last commit GitHub repo size in bytes License

NextVita is Next Js boilerplate aimed for 100% score in lighthouse 🚀 to get maximum benefits from Google Core Web Vital SEO update.

Features

NextVita

  • 🚀 100% Lighthouse Score 💯
  • 📈 Google Analytics Integrated
  • Core Web Vital Report in the Google Analytics 🔗
  • Blog from mdx file 🗃️
  • Able to use component 🎪 in MDX file
  • Class Less CSS to make your design hustle Features 🥇

Like, if we don’t know anything about your website then obviously we don’t know that maybe it’s a really fast website.

-- John Mueller

Quick links

Live Demo https://nextvita.vercel.app
Git Repo https://github.com/shivammodiin/nextvita
Issue Tracker https://github.com/shivammodiin/nextvita/issues

Tech

  • Next Js - Build Website for Next Generation
  • MVP css - Minimalist stylesheets for HTML elements
  • MDX - To render component in MD file

Installation

Requirements

Node JS >= 10.0.0

Running project locally

  1. Clone and cd into project:
git clone https://github.com/shivammodiin/nextvita
cd nextvita
  1. Install all dependencies
yarn install

or

npm install

3.Run the app in development mode

yarn dev

or

npm run dev

The application should be available at http://localhost:3000. To build the project run npm run build and to start run npm start in production mode.

Template Screenshot 1

Welcome Contributors

Want to improve NextVita? Feel free to submit your pull request or raise issue, we are welcoming all contributors.

  1. You'll need a GitHub account.
  2. Fork the repository.
  3. Pick an issue to work on from issue tracker.
  4. Implement it.
  5. Or add features or improve design.
  6. Send merge request.
  7. Star this project.
  8. Become a hero!!

This project follows the all-contributors specification. Contributions of any kind are welcome!

License

NextVita is under MIT License