ViniciusVof / devsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Future Vite Template

A pre-configured template for use.

Configurations Made

  • Environment Variables and Scripts for using them
  • Helmet
  • Routes
  • Axios
  • Prettier/Eslint
  • Husky
  • Commitlint/Commitzen

Installation

  1. Install using degit
  npx --yes degit ViniciusVof/future-vite-template your-folder-name
  1. Install dependencies.
  yarn
  1. Start the development server
  yarn start:dev

You can use npm run instead of yarn commands.

The environment variables for staging and production are also pre-configured, you can find them in the src/config/envs folder

About


Languages

Language:TypeScript 93.9%Language:HTML 4.1%Language:Shell 1.6%Language:JavaScript 0.4%