whathecker / typescript-nextjs-boilerplate

Don't set up yet another NextJS codebase. Use this template and start your project with ease of mind. πŸƒπŸŽπŸ’•

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this project

This is a boilerplate of React application with my preferred stacks, optimized for future reuse when starting a new project.

How to use this repo

  1. git clone {this repo}
  2. npm install or yarn
  3. npm run dev (or npm run start if you want to create production optimized build
  4. visit localhost:3000

Stacks

styled-component and material-ui being used together

When styled-component and material-ui are used together in NextJS, it requires additional setup. This is implemented in _document.tsx file in source code.

About

Don't set up yet another NextJS codebase. Use this template and start your project with ease of mind. πŸƒπŸŽπŸ’•

License:Apache License 2.0


Languages

Language:TypeScript 74.6%Language:JavaScript 25.4%