Skip to content

osoclos/solidjs-fastify-template

Repository files navigation

Solid.js Frontend Framework + Fastify Custom Server Template

A simple fullstack template to start building a website quickly with custom server-side code

How to Use the Template

Installing Libraries

To install the libraries/dependencies listed in the package.json file, run the following command:

<your-personal-package-manager> install

Running a Development Server

To start a development server for testing and debugging purposes, simply run the following command:

<your-personal-package-manager> run dev

To share it with other devices in the same network, change the command to:

<your-personal-package-manager> run dev-host

Building and Running a Production Build of Your Server

To build a production version of your codebase, run:

<your-personal-package-manager> run build

To test and run your production build, run:

<your-personal-package-manager> run start

Additional Libraries Included

  • tailwind.css (for styling)
  • Bun library (for devex and server-side utils)

Feel free to remove them if needed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published