Hello Stackers,, After discussing SolidJS for a long time ago, right now we will discuss the solid framework itself. Of course, this framework will make it easier for us to prepare and build a project using SolidJS. Keep in mind that at this time SolidStart is not recommended for production purposes, so production is still using SolidJS.
Quickstart
# npm
mkdir my-app && cd my-app
npm init solid@latest
Folder Structure:
node_modules/
public/
src/
├── routes/
│ ├── index.tsx
├── entry-client.tsx
├── entry-server.tsx
├── root.tsx
Okay, That’s All folks. For the full docs please refer to this.. cya..