Preconfigured Starter templates for different frameworks, languages, and configurations
npx @nabeelvalley/project-initAnd then select a template and a name for your project. The CLI will then initialize a template with your file contents in the selected directory
The ts-static template is a Typescript template for a static site using:
typescriptas the language andtsc --watchto scan for errorsparcelto compile the application and run the development serverconcurrentlyto run the dev server and error watch at the same time- A
.prettierrcconfig file for formatting with Prettier
The ts-node template is a Typescript template for Node.js applications using:
typescriptas the language and the Typescript compiler to compile- Includes a
.vscode/launch.jsonfor debugging - A
.prettierrcconfig file for formatting with Prettier
The gatsby-mdx-tailwind template is a Javascript Gatsby template using:
mdxfor page generationtailwindcssfor stylingframer motionis installed for animations, but the template does not use it- A
.prettierrcconfig file for formatting with Prettier