Coder Social home page Coder Social logo

nexa-starter's Introduction

Nexa Starter (Next.js Template)

This Next.js template is ready for action, equipped with everything you need to build powerful web apps.

Tech Stack

  • Next.js 14: Next.js is a React framework that enables functionality like server-side rendering and generating static websites for React-based web applications.
  • TypeScript 5: Because sometimes, you just need to know what's what.
  • Zod: Zod is a TypeScript-first schema declaration and validation library.
  • AuthJS 5: Authentication and authorization made as easy as pie.
  • Prisma: Prisma is a modern database toolkit for PostgreSQL, MySQL, and SQLite, providing type-safe database access.
  • Resend: Resend is a mailing provider for sending transactional emails.
  • Tailwind CSS with Shadcn library: Styling made simple, with an extra dash of pizzazz.
  • ESLint and Prettier: ESLint is a pluggable linting utility for JavaScript and JSX. Prettier is an opinionated code formatter.

Getting Started

  1. Clone this repository.
  2. Install dependencies using npm or yarn:

i use pnpm you can use whatever you want, if you want to use npm for example just go the package.json and change this "packageManager": "[email protected]" to this "packageManager": "npm" and then use the command bellow with your new package manager

pnpm install
# or
npm install
# or
yarn install
  1. Configure environment variables:
    Need a PostgreSQL database? You can spin one up with the start-database.sh script, or if you're feeling adventurous, create your ownโ€”I won't stop you! Just make sure to fill in those .env values based on .env.example.

  2. Run the development server:

pnpm dev
# or
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the application.

License

This project is licensed under the MIT License.

Shoutout ๐Ÿ“ข

A big shoutout to Create T3 App for for this.

nexa-starter's People

Contributors

mohamed-lifa7 avatar

Stargazers

Ben aicha Abderrhmane  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.