Skip to content

Releases: nabeelvalley/project-init

✨ Add Gatsby/MDX/Tailwind Template

23 Nov 11:38
Compare
Choose a tag to compare

Gatsby + MDX + Tailwind

The gatsby-mdx-tailwind template is a Javascript Gatsby template using:

  • mdx for page generation
  • tailwindcss for styling
  • framer motion is installed for animations, but the template does not use it
  • A .prettierrc config file for formatting with Prettier

🔎 SEO Setup for NPM

01 Aug 19:30
Compare
Choose a tag to compare

Add keywords, repo, and homepage details for NPM

📝 Update README

01 Aug 19:22
Compare
Choose a tag to compare

Add usage information to README

✨ Initial Package Release

01 Aug 18:57
Compare
Choose a tag to compare

Included Templates

Typescript Static

The ts-static template is a Typescript template for a static site using:

  • typescript as the language and tsc --watch to scan for errors
  • parcel to compile the application and run the development server
  • concurrently to run the dev server and error watch at the same time

Typescript Node

The ts-node template is a Typescript template for Node.js applications using:

  • typescript as the language and the Typescript compiler to compile
  • Includes a .vscode/launch.json for debugging