livramatheus / new-project-cheat-sheet

A few cheat sheets to help you set up new projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New project cheat sheet

This repository holds a few cheat sheets for initializing new projects. The reason behind it is that I always tend to forget a step or miss a dependency. With a cheat sheet in hand, I'm sure that I'll be able to set up new projects in a consistent way.

Cheat sheets

Next.JS + TailwindCSS

This cheat sheet targets

  • Initializing a Next.js project
  • Installing a lint preset
  • Installing prettier plugin for Tailwind
  • Cleaning default files and folders from Next.js
  • Connecting the project to GitHub
  • Creating Production and Test environments on Vercel

Link to Next.JS + TailwindCSS project cheat sheet

Node.JS + TypeScript + Express

This cheat sheet targets

  • Initializing a Node.js project
  • Installing TypeScript
  • Installing eslint
  • Installing lint preset
  • Installing nodemon
  • Installing express
  • Testing
  • Connecting to a GitHub repository

Link to Node.JS + TypeScript + Express project cheat sheet

About

A few cheat sheets to help you set up new projects