This repo contains Bootstrap templates for the task tracker project.
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