Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 927 Bytes

File metadata and controls

40 lines (25 loc) · 927 Bytes

Getting started

Where to find front-end part of the project

In order to find front-end part of project, please follow the link: https://github.com/h0pped/tqas-pwr-frontend

Installation

First Step

Make sure to have NodeJS and Git installed.

To clone project, open in code editor new folder and in terminal run next commands:

$ git clone https://github.com/h0pped/tqas-pwr.git
$ cd tqas-pwr
$ code . (Or just open the project via VSCode GUI)

Next Step

Install all necessary dependencies:

$ npm install

Before running application, make sure having server part running.

$ npm run dev

Needed extensions

In order to work with the project you need to instal the following VScode extensions:

  • ESLint (code analyze and syntax check)
  • Prettier (Prettify and format the code depending on ESLint rules)