Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 866 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 866 Bytes

bth013-simple-taskmanager

BTH013 Simple Task Manager

This repo is the code used for the introductionary example in the course BTH013 Web applications with JavaScript.

Pre-requisites

You need the following tools installed:

  • git (to pull the repository)
  • node.js
  • yarn

Install node.js

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.

Install yarn

Follow the instructions at https://yarnpkg.com

Setup

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.