Skip to content

Commit 9b14e97

Browse files
committed
some notes about build
1 parent b455921 commit 9b14e97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ReportGeneratorWebGui
2+
## 1. Description
23
Web application for reports (data from stored procedure or view with parameters) generation using ReportGenerator library.
34
Reports could be generated in following formats using template files:
45
* Excel
@@ -15,6 +16,15 @@ If you would like to add you own reports add them to appropriate subfolder in ww
1516
2. Client GUI that allows to generate reports using built in GUI
1617
3. Report could be executed using any database (Sql Server, MySql or Postgres) on any server that accessible from machine where ReportGeneratorWebGui is deployed
1718

19+
## 2. Build
20+
21+
Backend builds very simple, we don't need any specific actions
22+
Frontend build have one pecularity - manual copy webfonts from `node_modules\font-awesome-5-css\webfonts\` to `wwwroot\webfonts`
23+
24+
To full frontend rebuild (if there were made significant changes):
25+
* npm i
26+
* gulp build
27+
1828
Screnshoots of how it looks:
1929

2030
1. Choose using parameters and Excel template files:

0 commit comments

Comments
 (0)