Skip to content

A collection of awesome browser-side JavaScript libraries, resources and shiny things.

License

Notifications You must be signed in to change notification settings

Lovro1107/awesome-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Awesome Javascript

Awesome Javascript

A collection of awesome browser-side JavaScript libraries, resources and shiny things.

Deploy to GitHub Pages build status badge Awesome Javascript website


This project does not aim to replace the Awesome Javascript but rather to provide a nicer experience when browsing the content.

Instructions

To run this application on your machine, first clone the repository and install the required dependencies:

git clone https://github.com/kungfu321/awesome-javascript.git
cd awesome-javascript
npm run

Run the dev script to compile the content and spawn a local server to serve the compiled code. While this script is running, any changes made to the markdown files will automatically be updated on the locally served pages.

npm run dev

To prepare the application for deployment, first run npm run build to compile the application in production mode. This will generate a directory in docs/.vuepress called dist.

Scripts

Script Description
dev Compiles content and serves bundled code
build Compiles content and other static assets for deployment

Contributing

Please refer to the Contributing Guide.

License

This is free and unencumbered software released into the public domain.

For more information, please refer to https://unlicense.org

About

A collection of awesome browser-side JavaScript libraries, resources and shiny things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published