React & Vite SSR & TailwindCSS & SCSS & Fastify Example

Install dependencies

 $ npm install 
 #or 
 $ yarn install

Run the development server

 $ npm run dev 
 #or 
 $ yarn dev