In order to find back-end part of project, please follow the link: https://github.com/h0pped/tqas-pwr
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 git@github.com:h0pped/tqas-pwr-frontend.git
$ cd tqas-pwr-frontend
$ code . (Or just open the project via VSCode GUI)Install all necessary dependencies:
$ npm installBefore running application, make sure having server part running.
$ npm startIn 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)