A lightweight boilerplate using TypeScript, Tailwind CSS, Twin and Styled Components to set up with Next.js.
You can generate your own repo from this template by using this link.
You can also clone this repository by using the command line:
git clone https://github.com/ConnorSmiley/Next-ts-twin-styled-BOILER_v2.git app
cd app
yarn # npm iRemember to install dependencies after cloning it locally.
yarn dev # npm run devThe stage script will build and start a production server.
yarn stage # npm run stageAlternatively you can run:
yarn build # npm run build
yarn start # npm startThe export script will build the files to be served statically. Note that this comes with some docs.
yarn export # npm run export