Skip to content
/ next-ts-tw-starter Public template

An opinionated Next + Typescript + Tailwind + Redux Starter. Note: made for personal use

License

Notifications You must be signed in to change notification settings

ismlhbb/next-ts-tw-starter

Repository files navigation

Next + Typescript + Tailwind + Redux Starter

[object Object]

CodeFactor

Deploy with Vercel Deploy to Netlify

This is an opinionated Next.js project bootstrapped with create-next-app, added with TypeScript, TailwindCSS and Redux setup.

Demo

See Example

Getting Started

Installation

You can either click Use this template button on this repository and clone the repo or directly from your terminal:

npx degit ismlhbb/next-ts-tw-starter <APP_NAME>

Setup Environment Variable

Before run the project, you have create a .env or .env.local file in the root of your project.

cp .env.example .env.local
#or
cp .env.example .env

Run Locally

yarn dev
#or
npm run dev

Open http://localhost:3000 with your browser to see the result.

References

About

An opinionated Next + Typescript + Tailwind + Redux Starter. Note: made for personal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published