Skip to content

pobengtsson/bth013-simple-taskmanager

Repository files navigation

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.

About

The example used in the first few lectures of BTH013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published