Skip to content

Your-Perspective/Frontend

Repository files navigation

Getting Started

Your Perspective frontend

First, run the development server:

Prerequisites

Ensure you have Node.js version ^20 and npm installed on your machine. You can check by running:

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the project dependencies:
# install dependencies
npm install

# check for ready to run
npm run build

#run developement in local server
npm run dev

#run production in local server
npm run start

Implementation items

To browse the development

Open http://localhost:3000 to view it in the browser.

Usage

Describe how to use your application, including any key features or functionality.

Your Perspective Project Structure

public
├── assets/

src
├── app/
│   └── page.tsx
├── components/
│   └── lib/
│       └── store.ts
├── services/
    └── apiservices
├── types/
    └── Types.ts
└── README.md

About

Frontend - project of your-perspective website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors