Skip to content

Jexica/my_website_v2

Repository files navigation

Installing dependencies

Bower is used to pull down dependencies instead of having them copied into the code.

To install Bower, first of all you need to install NodeJS and then run this command:

npm install -g bower

Now, anytime you want to install the dependencies, run:

bower install

And they will be downloaded into the bower_components folder. See the bower.json file to see all dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published