React Next Starter

Quick start setup for a React, Nextjs, & Typescript based project. Just clone and go!

Setup

  1. Clone the repo
git clone https://github.com/volovar/react-next-starter.git <your-directory-name>
  1. Move into the directory
cd <your-directory-name>
  1. Install packages
npm i
  1. Reset git
npm run reset-git
  1. Start the app
npm run dev