Skip to content

ConnorSmiley/Teaching-React-Scroll-Nextjs

Repository files navigation

✨ TypeScript + Twin Macro + Styled + Prettier + Next.js Boiler ✨

A lightweight boilerplate using TypeScript, Tailwind CSS, Twin and Styled Components to set up with Next.js.

🔧 Getting Started

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 i

Remember to install dependencies after cloning it locally.

Run Development Environment

yarn dev # npm run dev

Test Production Environment

The stage script will build and start a production server.

yarn stage # npm run stage

Alternatively you can run:

yarn build # npm run build
yarn start # npm start

Static HTML

The export script will build the files to be served statically. Note that this comes with some docs.

yarn export # npm run export

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published