Giter Club home page Giter Club logo

cice-playground's Introduction

GitHub Prettier lerna

CICE - Playground

This repository holds the contents of the Master in Fullstack Web. This repository uses Lerna to organize the lessons and each module is it's own package.

Setup

  1. Fork this project.
  2. Clone the project that has been created under your Github's account <YOUR_USER>/cice-playground.
  3. Open terminal.
  4. cd into the project.
  5. Create a branch from main where you'll work, dev for example.
  6. Track remote upstream branch: git remote add upstream https://github.com/cice-classroom/cice-playground.git.
  7. To update changes from upstream: git pull upstream main.
  8. To propose changes you have to go to main branch, make a new branch from it, commit changes and then, on Github, make a Pull request from <YOUR_BRANCH> to main. If you want to bring a single commit from your dev branch you can use cherry-pick.

Installation

Once you cloned the project do the following:

  1. Install NodeJS.
  2. Open terminal.
  3. cd into the project's directory.
  4. Install dependencies with: npm i.
  5. Run bootstrap with: npm run bootstrap.
  6. If you want to run a script of any given package remember to cd into it first!

Development

You can format the code: with npm run format and lint with npm run lint.

Whenever you have to solve an exercise you should create a folder my-solutions in order to keep your solutions, and the solutions reached in class.

Updating dependencies

To update all dependencies to the latest version in all packages run: npm run lerna exec --parallel -- "npx npm-check -E -y"

cice-playground's People

Contributors

cesalberca avatar tynez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.