tobyab / www-tilde

~ Tilde's home on the internet!

Home Page:https://tilde.tobyb.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

developedbytoby/nextjs-ts-tailwind-starter

🌐 Quick and simple Next.js, Typescript and Tailwind starter!

Getting Started!

There are a few steps to getting started. Here they are!

1. Cloning the repo

  1. Using create-next-app
yarn create next-app -e https://github.com/developedbytoby/nextjs-ts-tailwind-starter your-app
  1. Using the template

Green button with the text "Use this template"

  1. Deploy to Vercel

Deploy with Vercel

1. Installing dependencies

Once we have the code one our local machine, we then need to make sure we have all of the dependencies we need!

  1. Install
yarn
  1. Spin up the development server
yarn dev

Alternatively, we can easily run both of these using this command.

yarn && yarn dev

Run into any issues?

Don't worry about it, we all run into problems! And, if you do, please open an issue on GitHub, and I'll be happy to respond to it!

Helpful resources


After all of this, we are ready to start coding!

About

~ Tilde's home on the internet!

https://tilde.tobyb.dev


Languages

Language:TypeScript 88.9%Language:JavaScript 7.5%Language:CSS 3.6%