Solid-Start Starter with TRPC and solid-auth
SolidStart is a development framework that provides everything necessary to build a Solid project. Powered by solid-start, this framework offers a comprehensive set of tools and features for seamless project development and deployment.
To install and use SolidStart, follow these steps:
npm init
npm install [dependency-name]
npm run dev
npm run build
Note: By default, the build command generates a Node app that can be run with npm start. If you want to use a different adapter for deployment, add it to the devDependencies in the package.json file and specify it in the vite.config.js file.
SolidStart is a powerful development framework that provides all the necessary tools for building and deploying Solid projects. It simplifies the project creation process, offers a development server for testing, and includes adapters for optimizing deployment across different environments. With SolidStart, developers can focus on building their projects without worrying about the intricate details of project setup and configuration.