/workshop-hsa

This is the repository for the workshop "Vom Aah zum Wow"

Primary LanguageJavaScriptMIT LicenseMIT

workshop-hsa

This is the repository for the workshop "Vom Aah zum Wow"

Requirements

For development, you will only need Node.js and a browser (Chrome is recommended). As code-editor we recommend Visual Studio Code with the Add-on 'Live-Share'. This enables you to do remote pair-programming.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v12.18.1

$ npm --version
6.14.5

Install

Fork this Repository, then:

$ git clone https://github.com/Creative-Code-Storm/workshop-hsa.git
$ cd workshop-hsa
$ npm install

Running the project

$ npm run start

Deployment

Please use Github-Pages to Showcase your project.

As an alternative you can use Netlify