create-cidc-next-app
v1.4.0
Published
A CLI to scaffold a Next.js project with CIDC configurations
Readme
next-app
About The Project
This is a boilerplate for CIDC Next JS projects
Built With
This project is built using React, Next JS, TypeScript, Tailwind & Shadcn
Getting Started
Recommended IDE Setup
VSCode GitLens ESLint Prettier Tailwind plugin NextJS plugin
Typescript schema validation
Schema validation provides assurance that data is strictly similar to a set of patterns, structures, and data types you have provided. It helps identify quality issues earlier in your codebase and prevents errors that arise from incomplete or incorrect data types. Having a robust schema validation can not only improve performance but you are likely less prone to errors while building production-ready large-scale applications.
You can use any of the below popular schema validators in your project
Prerequisites
Make sure you have node version greater than or equal to 20.*
npm
npm install npm@latest -g
Installation
npx create-cidc-next-app