tohora-2023 / SubMinder

0 stars 0 forks source link

Boilerplate: Fullstack with Tailwind

Setup

What's included

This repo includes:

Installation

From the Github UI

See the instructions here to use Github's feature to create a new repo from a template.

From the command line

git clone https://github.com/tohora-2023/boilerplate-fullstack-tailwind [your-project-name]
cd [your-project-name]
npm install # to install dependencies
npm run dev # to start the dev server
npm run knex migrate:latest # to update the database
npm run knex seed:run # to run the seeds
npx tailwindcss -i ./client/styles/index.css -o ./server/public/styles.css # to build tailwind

You can find the server running on http://localhost:3000.