/blog-quicklink

A simple demonstration of how powerful quicklink can be

Primary LanguageHTML

Blog Quicklink

A quick and simple implementation of quicklink, and how it can help you boost web performance!

This project uses vite as the main dev server.

Installation

First clone this repo

git clone git@github.com:LucasMallmann/blog-quicklink.git

Use the package manager npm to install dependencies

npm install

Usage

You can run the development server with

npm run dev

This will open a server at http://localhost:3000

Usage with Makefile

This project has also a Makefile. If you prefer, you can run:

make setup # this will install dependencies
make dev # this will start the development server
make build # builds the code and put it under the /dist folder
make start # this will install deps, build the code and run on preview mode

Folder organization

The main page / lives in the root dir, and it's the index.html file. The sub pages are under the blog folder blog/blog-post-1.html and so on.

License

MIT