Skip to content

basic frontend template used for various frontend projects

Notifications You must be signed in to change notification settings

ssamkough/nextjs-template

Repository files navigation

nextjs template

this is the template i use for when i want to use nextjs for a project

i always catch myself manually doing these things so might as well make it easier for myself

steps

  1. clone this repo

  2. install dependcies: yarn

  3. run: yarn dev

extra

  • if you wanna change your remote URL: git remote set-url origin new.git.url/here

info

the base of this was created with by running yarn create next-app --typescript (as of september 2022) (source)

then i added my own things like my own styles, libraries (e.g. styled-components, prettier), and some more

About

basic frontend template used for various frontend projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published