Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

ipf-frontier

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ipf-frontier

Centralized frontend platform for IPF's web applications built with React, TypeScript, and TailwindCSS

unpublished
alpha
latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

IPF Frontier

Centralized frontend platform for IPF's web applications built with React, TypeScript, and TailwindCSS.

Overview

IPF Frontier is a monorepo that contains shared libraries, components, and utilities for building web applications. It provides a consistent development experience and reusable code across multiple projects.

Project Structure

  • packages: Contains shared libraries and utilities

    • r3-utils: Utility functions and components for React applications
  • examples: Contains example applications demonstrating the usage of the packages

    • cache: Example application demonstrating caching functionality

Getting Started

Prerequisites

  • Node.js (version specified in package.json)
  • pnpm (version 10.5.2 or higher)
  • Git

Clone the Repository

# Clone the repository
git clone https://github.com/iPFSoftwares/frontier.git

# Navigate to the project directory
cd frontier

Installation

# Install dependencies
pnpm install

Development

This project uses nx for monorepo management. You can use nx commands to build, test, and run the packages and examples.

# Build all packages
pnpm nx run-many --target=build --all

# Run a specific example
pnpm nx run example-name:start

# Development mode with hot reloading
pnpm nx run example-name:dev

Replace example-name with the name of the example you want to run (e.g., cache for the cache example).

License

ISC

FAQs

Package last updated on 19 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts