GitXplorerGitXplorer
Q

local-cdn

public
2 stars
2 forks
3 issues

Commits

List of commits on branch master.
Unverified
e2bcea432216e64608167a7181ed47ffa10d6e55

Changed name and added some features

ZZeekimono committed 5 years ago
Unverified
f28388aaf750362a00261763b3793aa9db683877

Changed name and added some features

ZZeekimono committed 5 years ago
Unverified
747b921666ac7e3819806b2c1b8b7c4251430731

Removed testerfile

ZZeekimono committed 5 years ago
Unverified
cf295e20699a82212583a690be0368ffc66d47b9

Added auto server start and console messages

ZZeekimono committed 5 years ago
Unverified
50750a23e82a7fd1cd5b9984ba26b62517afcddd

Fixed Readme & Typos

ZZeekimono committed 5 years ago
Unverified
348e5a97f90008ad392943cb5f623fe505cdc8ae

First commit

ZZeekimono committed 5 years ago

README

The README file for this repository.

LOCAL CDN

What is Local CDN ?

LOCAL CDN is a local content delivery network like cdnjs which allows you to run all your commonly used CSS and Javascript files from a single server offline on your local machine instead of having multiple and lots of different files in different folders serving the same purpose

Who is Local CDN for ?

Local CDN is mostly for frontend developers or developers that work on the frotend.

Why Local CDN ?

Most developers ( people like me ) when writing code or when downloading templates, we do download all css files and jquery files along. After downloading 7 templates which all have bootstrap in it, the user gets 7 bootstrap files. So with LOCAL CDN, you can run all the 7 templates with just one bootstrap file which pretends to be a bootstrap file from the cdn.

Using Local CDN ?

To get Local CDNs, run

git clone https://github.com/Qudusayo/local-cdn.git in your terminal

Then change directory to Local CDNs

cd local-cdn

Install required packages by running

npm install

To start up your server, run

npm start

Updating your Local CDN ?

You can easily update your packages by moving your new file to the css folder or js folder
Quick Folder Structure
.
├── static
│ └── css
│ └── jss

Usage

After downloading and starting the server, click on the copy symbol to copy the the link to any file.
preview

CONTRIBUTING

Its an open source prroject open for contribution.