How to start a project with SolidJS
In this article, I'll show how to start a new project with Solid.
Code generator
The easiest way to start development with Solid is on the project page in Get Started:
$ npx degit solidjs/templates/js solidjs-hello-world
npx: installed 1 in 0.874s
> ...
how-to.dev2 min read