Skip to content

developeer-project/developeer-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developeer Client

This repo has client app built on top of react/next.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The things you need before running this project locally.

  • NodeJS
  • Git
  • Any text editor

First Time Run

npm install -g pnpm

Then inside the main project folder run :

pnpm run dev

Running the project

A step by step guide that will tell you how to get the development environment up and running.

$ pnpm install
$ pnpm run dev

Usage

  • All the folders for front-end are self-explanatory.
  • pages/api for back end APIs.
  • prisma/ for database schema.

Git

Branches

  • Main branch: Only for finalised code. ☢️
  • Practice: Jo masti karna hai idhar karo. 🐼
  • Feature branches for development: later
  • You can also create new branches anytime

Some commands to help

  1. Asking git to track changes`
git add .
  1. Commit the changes
git commit -m "any messge"
  1. To switch to branch
git checkout <name of branch>

Branching

  • Check out to the branch to want to create a new branch
  • To create and switch to branch
git branch -M <branch name>

Pushing to GitHub

git push -u origin <branchname>

Deployment

Will be added later

Server links

  • Release:
  • Development:

Additional Documentation and tools

About

Nextjs full stack client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published