/vtal-boilerplate-nextjs

Consistently set up new frontend projects with pre-defined configurations, dependencies and an organized file structure using app dir provided by vercel in the Next.js 13

Primary LanguageTypeScriptMIT LicenseMIT

[Repository Name]

Welcome to the [Repository Name]! This repository is a foundational starting point designed to ensure consistency and promote best practices across all our projects.

Getting started

  1. Clone the repository
$ git clone [repository-url]
$ cd [repository-directory]
  1. Install the dependencies
$ npm install
  1. Set up the environment variables Follow the instructions in the .env.example file.

  2. Start the server

$ npm run dev

License

This project is licensed under the MIT License.