PRI_2020-FE/frontend
2020-06-14 21:21:04 +02:00
..
src Add basic caching 2020-06-14 21:21:04 +02:00
.editorconfig Initialize frontend application 2020-04-20 12:51:28 +02:00
angular.json Initialize frontend application 2020-04-20 12:51:28 +02:00
browserslist Initialize frontend application 2020-04-20 12:51:28 +02:00
karma.conf.js Initialize frontend application 2020-04-20 12:51:28 +02:00
package-lock.json Massive rewrite: update front-page, add lazy-loading for view module, new file structure, create store for pushed data between views 2020-06-11 22:41:41 +02:00
package.json Massive rewrite: update front-page, add lazy-loading for view module, new file structure, create store for pushed data between views 2020-06-11 22:41:41 +02:00
README.md Update README for frontend app 2020-04-20 13:10:02 +02:00
tsconfig.app.json Initialize frontend application 2020-04-20 12:51:28 +02:00
tsconfig.json Add proper styling, Add tutorial box with placeholders 2020-04-23 21:49:02 +02:00
tsconfig.spec.json Initialize frontend application 2020-04-20 12:51:28 +02:00
tslint.json Massive rewrite: update front-page, add lazy-loading for view module, new file structure, create store for pushed data between views 2020-06-11 22:41:41 +02:00

Analiza dyskusji na forum (Development)

Wymagania:

  • Node.js >= v13.13.0
  • npm

Uruchomienie

Aby uruchomić wersję development należy wykonać poniższe polecenia:

$ npm install
$ npm start

Zostanie włączony serwer, nasłuchujący na localhost:4200

Budowanie

Aby zbudować aplikację należy wykonać polecenie:

$ npm run build

Zbudowana aplikacja znajduje się w katalogu frontend/dist/