A simple fullstack template to start building a website quickly with custom server-side code
To install the libraries/dependencies listed in the package.json file, run the following command:
<your-personal-package-manager> installTo start a development server for testing and debugging purposes, simply run the following command:
<your-personal-package-manager> run devTo share it with other devices in the same network, change the command to:
<your-personal-package-manager> run dev-hostTo build a production version of your codebase, run:
<your-personal-package-manager> run buildTo test and run your production build, run:
<your-personal-package-manager> run start- tailwind.css (for styling)
- Bun library (for devex and server-side utils)
Feel free to remove them if needed