Skip to content

JeanLiima/next-template

Repository files navigation

Nest Logo

Next template

Project Structure

✔ This template is to start to make websites projects.

Technologies

  • Next - An open-source web development framework created by Vercel usage to workflow the pages.
  • Typescript - A strongly typed programming language.
  • SCSS - A pre-processor scripting language that will be compiled or interpreted into CSS.
  • ESlint - An open source project that helps you find and fix problems with your JavaScript code.
  • stylelint - A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
  • Axios - Promise based HTTP client for the browser and node.js

Git Hub Template

  • Workflows:

    • Lint - A action to run all the lint in the project (Stylelint and eslint)
  • Issues:

    • Bug report template - A template to open a bug report.
    • Improvement request template - A template to open an improvement request.
    • Technical debit request template - A template to open a technical debit request.
  • Scripts:

    • npm run lint - A script to verify lint in the project.
    • npm run style-lint - A script to verify style lint in the project.
    • npm run fix-lints - A script to fix all the lints in the project.

Installation

  • Clone the repository.
  • Run npm install to download the dependencies.

Running

  • First, run the development server:
npm run dev
# or
yarn dev

Test

npm run test
# or
yarn test

Dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors