Skip to content

A Typescript starter for Next.js that includes all you need to build your next 🦄 project.

License

Notifications You must be signed in to change notification settings

TebzaTheMan/nextjs-starter-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargazers Forks License Issues

A TypeScript starter for Next.js that includes all you need to build your next 🦄 project.

Technologies Used

Also includes:

Getting started

1. git clone https://github.com/TebzaTheMan/nextjs-starter-pack.git

2. cd nextjs-starter-pack

3. yarn && yarn dev or npm install && npm run dev if you prefer not to use yarn.

Usage

Development server

yarn start / npm start

You can view the development server at localhost:3000.

Production build

 yarn build / npm run build

Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

Acknowlegments

I basically wanted to use this nextjs-starter-pack but it didnt have typescript support.

So I made this starter-pack from following an awesome tutorial written by Jarrod Watts.

About

A Typescript starter for Next.js that includes all you need to build your next 🦄 project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published