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 install
Before running application, make sure having server part running.
$ npm start
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)