Most elements are taken from my website.
# http
git clone https://github.com/cristicretu/ts-next-tailwind-template.git
# ssh
git clone [email protected]:cristicretu/ts-next-tailwind-template.git
create-next-app
npx create-next-app -e https://github.com/cristicretu/ts-next-tailwind-template project-name
npx create-next-app -e https://github.com/cristicretu/ts-next-tailwind-template/tree/1ac5d6dd4157ea3c7cc89f14fbfbf01ab0b495fc project-name
Install the required packages and run the template
cd project-name
npm install
# yarn install
# pnpm install
Under
/lib/classNames
import TextField from '../../../ui/TextField.tsx'
changes to
import TextField from 'uis/TextField.tsx'
Container.tsx
Under
/ui/
&/public/
Under
/public/fonts/
Under
/public/static/favicons/