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-appOr,
> yarn create solid app my-appCreate a typescript app:
> npm init solid app-ts my-appOr,
> yarn create solid app-ts my-appCreate a webcomponent project:
> npm init solid elements my-appOr,
> yarn create solid elements my-app