This repo is the code used for the introductionary example in the course BTH013 Web applications with JavaScript.
You need the following tools installed:
- git (to pull the repository)
- node.js
- yarn
Follow the instructions at nodejs.org/download. If you have node installed since before, make sure you have updated it to the latest major version.
Follow the instructions at https://yarnpkg.com
yarn install
yarn serve
yarn build
yarn lint