A super template for React with Next.js and other incredible tools
  Next-Plate
A super template for React with Next.js and other incredible tools
❔ About
This is a complete template all you need for your next react projects, with all the Best Practices of JAMStack. Customize and enjoy!
? Features
This app features all the latest tools and good practices in web development!
Framework
- ⚛️ Next.js – A complete React framework for hybrid and server rendering
 
Data
- ❇️ SWR – A React Hooks library for data fetching
 - ? Axios – Promise based HTTP client for the browser and Node.js
 
Design System and Styles
- ? Chakra-UI – a simple, modular and accessible component library that gives you the building blocks to build your React applications
 - ?️ Framer Motion – A production-ready motion library for React
 - ✨ React Icons – A collection of popular icons to React projects
 - ? Sass – A powerful and professional CSS extension language
 
Form Validations
- ? Formik – the world’s most popular open source form library for React and React Native
 - ? Yup – a schema builder for runtime value parsing and validation
 
Project Code Helpers
- ? Husky – Modern native Git hooks made easy
 - ? lint-staged – Run linters against staged git files and don’t let ? slip into your code base
 - ? commitlint – Helps your team adhering to a commit convention
 
Additional Plugins
- ? next-pwa – A PWA plugin for Next.js
 - ? next-seo – A plugin that makes managing your SEO easier in Next.js projects
 
▶️ Get Started
- Click on Use this template button beside the Code button
 - Configure your new project with a name and other options
 - Clone this generated repository to your local machine
 - Move yourself to the project using 
cd reactsetup - Run 
yarn installto install all dependencies - Run 
yarn buildandyarn startto start production build, oryarn devto start developing 
?? Good Hacking!