eni4sure / nextjs-boilertemplate

A simple boiler template for nextjs, typescript, tailwindcss apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-boilertemplate

Description of the project goes here.


Setup & usage

1. Install all dependencies

yarn install

2. Run the development server

yarn dev

3. Open http://localhost:3000 with your browser to see the result.


Contribution Guide

Git Contribution

Perform all your changes on a fork of the base repository.

Open a pull request once you have completed your changes.

Don't forget to sync your fork and pull frequently in case any new changes that have been made to the base repository may conflict with your changes.


File Formatting

The same prettier config will be used for code formatting. It should be automatically applied when you use the VS Code prettier extension. If you are using something other than VS Code, try to see if a prettier extension is available for that.


Learn More

To learn more about Next.js, take a look at the following resources:

official policy: it is fOrBiddEn to bring down production with your PRs !!

About

A simple boiler template for nextjs, typescript, tailwindcss apps


Languages

Language:TypeScript 89.9%Language:JavaScript 7.1%Language:CSS 3.0%