Skip to content

HectorLS/tibicenas-framework

Repository files navigation

💾 Tibicenas Framework

React + Sass with Webpack

Tibicenas version nodejs dependencies nodejs devDependencies

Keep your forked repo up to date !

1.Fork the repository and clone it in locally

$ git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2.Add remote from original repository in your forked repository:

$ cd into-your-repos-folder/cloned/fork-repo
$ git remote add upstream git://github.com/ORIGINAL-USER/REPO-YOU-FORKED-FROM.git
$ git fetch upstream

3.Updating your fork from original repo to keep up with their changes:

$ git pull upstream master

User Yarn or NPM

Install all the dependencies defined in a package.json file.

$ yarn install
$ npm install

Add a package to use in your current package.

(remember to use the --dev flag if you need to save it as a development dependency) Yarn has the --save flag as a default.

$ yarn add <package-name> --dev
$ npm install <package-name> --save-dev

Removes an unused package from your current package.

$ yarn remove <package-name>
$ npm uninstall <package-name>

About

My SCSS framework to CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published