Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 508 Bytes

smart-task-manager

A test task In order to install dependencies run the following command from root directory of the project:

npm install

In order to build project run the following command from root directory of the project:

npm run build

In order to start developing run the following command from root directory of the project:

npm run dev

In order to build project and open it in browser run the following command from root directory of the project:

npm run showcase