# nfrush-solidjs-web-component

> Everything you need to build a Solid project, powered by [`solid-start`](https://github.com/ryansolid/solid-start/tree/master/packages/solid-start);

Latest version **0.0.3** (published 2021-11-23) · 0 weekly downloads

## Install

```sh
npm install nfrush-solidjs-web-component
pnpm add nfrush-solidjs-web-component
yarn add nfrush-solidjs-web-component
bun add nfrush-solidjs-web-component
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2021-11-23 |
| First published | 2021-11-23 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM |
| Node | >=12 |
| Dependencies | 1 |
| Unpacked size | 51.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | nfrush |

## Links

- npm: https://www.npmjs.com/package/nfrush-solidjs-web-component
- npm.io page: https://npm.io/package/nfrush-solidjs-web-component

## Dependencies (1)

- [solid-element](https://npm.io/package/solid-element.md) ^1.2.5

## Recent versions

- 0.0.3 (latest) — 2021-11-23
- 0.0.2 — 2021-11-23
- 0.0.1 — 2021-11-23
- 0.0.0 — 2021-11-23

## README

# SolidStart

Everything you need to build a Solid project, powered by [`solid-start`](https://github.com/ryansolid/solid-start/tree/master/packages/solid-start);

## Creating a project

```bash
# create a new project in the current directory
npm init solid@next

# create a new project in my-app
npm init solid@next my-app
```

> Note: the `@next` is temporary

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

Solid apps are built with _adapters_, which optimise your project for deployment to different environments.

By default, `npm run build` will generate a Node app that you can run with `node build`. To use a different adapter, add it to the `devDependencies` in `package.json` and specify in your `vite.config.js`.

---
_Source: https://npm.io/package/nfrush-solidjs-web-component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
