Quick start setup for a React, Nextjs, & Typescript based project. Just clone and go!
- Clone the repo
git clone https://github.com/volovar/react-next-starter.git <your-directory-name>
- Move into the directory
cd <your-directory-name>
- Install packages
npm i
- Reset git
npm run reset-git
- Start the app
npm run dev