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

Latest commit

 

History

History
37 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 711 Bytes

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