Skip to content

This project demonstrates a simple setup for serving static files using Fastify as the backend server and vanilla JavaScript with Webpack for the frontend. It provides a streamlined approach for rendering static HTML files while leveraging modern frontend development tools

Notifications You must be signed in to change notification settings

SMNBLMRR/fastify-vanilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify with Vanilla JS

This project demonstrates a setup for serving static files using Fastify as the backend server and vanilla JavaScript with Webpack for the frontend. It combines the efficiency of Fastify for serving static content with the modern development workflow enabled by Webpack.

Features

  • Fastify Backend Server: Utilizes Fastify, a high-performance web framework for Node.js, to efficiently serve static files.

  • Vanilla JavaScript Frontend: Implements a frontend using vanilla JavaScript, offering simplicity and flexibility for building client-side functionality without additional frameworks or libraries.

  • Webpack Integration: Incorporates Webpack as the build tool for bundling and optimizing frontend

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/fastify-static-vanilla-js-webpack.git
  2. Install dependencies:

    npm install
  3. Start the project:

    npm start

About

This project demonstrates a simple setup for serving static files using Fastify as the backend server and vanilla JavaScript with Webpack for the frontend. It provides a streamlined approach for rendering static HTML files while leveraging modern frontend development tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published