/cice-playground

CICE Full Stack Web Course

Primary LanguageTypeScriptMIT LicenseMIT

David 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.

Installation

  1. Install NodeJS
  2. Clone project
  3. Open terminal
  4. cd into the project's directory
  5. Install dependencies with: npm i
  6. Run bootstrap with: npm run bootstrap

Development

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