/workshop-js-fundamentals

The introduction workshop to get up and running in modern JavaScript development

Primary LanguageJavaScriptMIT LicenseMIT

@immowelt/workshop-js-fundamentals

Powered by Immowelt Build Status Dependency Status devDependency Status Renovate enabled

The introduction workshop to get up and running in modern JavaScript development.

Prerequisites

  • A clean installation without a global Node/NPM (we will use NVM so having Node pre-installed might cause problems).
  • Git
  • NVM (Node Version Manager)

Getting started

git clone https://github.com/ImmoweltGroup/workshop-js-fundamentals.git
cd workshop-js-fundamentals
nvm install
yarn install
yarn start

This will clone the repository, install all dependencies and open the workshop examples in your Browser. Navigate to the src/ folder in your opened Browser tab and start taking a look at all of the examples provided. Note that we currently only support Google Chrome latest for this workshop.

Additional documentation and information

Contributing

See the CONTRIBUTING.md file at the root of the repository.

Licensing

See the LICENSE file at the root of the repository.