Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Bootstrap5 templates for the tasktracker project

License

Notifications You must be signed in to change notification settings

edu-python-course/tasktracker-bootstrap

Repository files navigation

TASK TRACKER SERVICE - BOOTSTRAP TEMPLATES

This repo contains Bootstrap templates for the task tracker project.

Getting started

Download the repository to your local machine. This project uses npm and nodejs to handle builds via webpack.

Install dependencies using command:

npm install

After that other commands will be available. You can review all commands within scripts section of package.json file.

Create a developers' distribution:

npm run build:dev

Run dev server:

npm run start

References