Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 688 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 688 Bytes

Solid Docs

Create Solid

DEPRECATED

This project is replaced by solid-start.


Based on Create React App but tailored for Solid.

Create a basic app:

> npm init solid app my-app

Or,

> yarn create solid app my-app

Create a typescript app:

> npm init solid app-ts my-app

Or,

> yarn create solid app-ts my-app

Create a webcomponent project:

> npm init solid elements my-app

Or,

> yarn create solid elements my-app