Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
/ nextjs-starter Public archive

Custom nextjs starter template with typescript and sass support

Notifications You must be signed in to change notification settings

lemokami/nextjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lemokami's nextjs starter template

Custom Nextjs template with prebuilt TypeScript and Sass support.

🚀 Getting Started

First, run the following command to start a new project with this template:

yarn create next-app my-app -e https://github.com/lemokami/nextjs-starter
# or
npx create-next-app my-app -e https://github.com/lemokami/nextjs-starter

Once the installation is finished, you can navigate to the project directory and start the dev server by running the following command

yarn run dev
# or
npx run dev

This will open the dev server at http://localhost:3000 by default

🧐 What's Inside

A normal nextjs template provided by vercel that is also precooked with

  • Sass which provides superpowers to css
  • TypeScript to provide type checking which definitely help for large projects

About

Custom nextjs starter template with typescript and sass support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published