Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arnaud-barre/rds

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnaud-barre/rds

React development server

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by13.33%
Maintainers
1
Weekly downloads
 
Created
Source

RDS: React Development Server

A CRA like experience, with a dev server inspired by Vite, using swc for Fast Refresh and fast build powered by esbuild.

CSS is handle via downwind a lightweight Tailwind implementation.

CLI

  • rds (start|dev) [--host] [--open] [--force]: Starts the dev server
  • rds build: Builds the app for production
  • rds (serve|preview) [--host] [--open]: Serves the production build

Defaults

  • index.html should be in /public without referencing any source file.
  • src/index.tsx is the App entry point

Configuration

The config file should be name rds.config.ts.

import type { RDSConfig } from "@arnaud-barre/rds";

export const config: RDSConfig = {
  // ...
};

See the types definitions for more information on config options.

JS API

Each of the three mode (dev, build, preview) is exposed via JS. See the types definitions for more information.

Planned features

  • create cli
  • click to component
  • restart on config change
  • design in devtool
  • dynamic import
  • qrCode
  • workers

Keywords

FAQs

Package last updated on 08 Oct 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc