1.0.6 • Published 2 months ago

create-rsc-app v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

create-rsc-app

To use this package you must do npx create-rsc-app@latest my-app, to create a RSC (React Server Components) app, or, if you want also to have SSR (Server Side Rendering), you must type npx create-rsc-app@latest my-app --ssr.

Basically what this package does is to clone a github repository where a setup for RSC development is found. Then it removes remote origin and finally it installs node modules dependencies. The github repository it clones depends on the option passed --ssr. If it's not passed then this repository is cloned. If passed, then this repository instead is cloned.

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago