8000 GitHub - f0rsakeN-afk/punotes: This repository contains the frontend code for the Punotes application. It's a React application built with Vite, TypeScript, and Tailwind CSS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository contains the frontend code for the Punotes application. It's a React application built with Vite, TypeScript, and Tailwind CSS.

Notifications You must be signed in to change notification settings

f0rsakeN-afk/punotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Punotes Frontend

This repository contains the frontend code for the Punotes application. It's a React application built with Vite, TypeScript, and Tailwind CSS.

Getting Started

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

Prerequisites

  • Node.js and npm (or yarn) installed.
  • Docker and Docker Compose installed.

Installation

  1. Clone the repository:

    git clone https://github.com/f0rsakeN-afk/punotes
    cd frontend
  2. Install dependencies:

    npm install

Development

  1. Start the development server:

    npm run dev

    This will start a Vite development server. You can access the application at http://localhost:5173 (or the port specified by Vite).

Building for Production

  1. Build the application:

    npm run build

    This will create a production-ready build in the dist directory.

Running with Docker (Recommended for Production)

  1. Build and run the Docker image:

    docker-compose up -d --build

    This will build the Docker image and start a container running Nginx to serve the application. Access the application at http://localhost:8080.

  2. Stop the Docker containers:

    docker-compose down

Linting

To run the linter:

npm run lint

Deployment (Example)

To deploy this application to a platform like Vercel or Netlify, you'll need to build the application using npm run build and then deploy the contents of the dist folder. Consult the documentation for your chosen platform for specific deployment instructions.

Technologies Used

  • React
  • Vite
  • TypeScript
  • Tailwind CSS
  • Redux Toolkit
  • React Router
  • Lucide Icons
  • Radix UI

About

This repository contains the frontend code for the Punotes application. It's a React application built with Vite, TypeScript, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0