mverissimo / next-boilerplate

Home Page:https://next-boilerplate-zeta.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js boilerplate.

Getting Started

First, run the development server:

yarn dev

Tokens

The ci automatically upload codecov reports, but you need to add the following token in your secrets:

CODECOV_TOKEN=$TOKEN

Check here how to create your account and get the token

Commands

command description
start starts a simple server with the build production code
dev runs your application on localhost:3000
build creates the production build version
lint runs the linter in all components and pages
test runs jest to test all components and pages

To-do

Maybe add a cypress integration

Built with

About

https://next-boilerplate-zeta.vercel.app/

License:MIT License


Languages

Language:TypeScript 85.3%Language:JavaScript 9.5%Language:Shell 2.5%Language:HTML 2.2%Language:CSS 0.5%