Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 536 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 536 Bytes

HiCoder Frontend templates

IMPORTANT! angular build output directory

In the front-end angular configuration the build destination is set to ../../backend/public for front-pub, and ../../backend/public-admin for front-adm. Therefore, please place the backend project and frontend project at the same project root folder, as shown below:

Project root folder 
	|
	------- backend
	|	  |
	|	  ------- public
	|	  |
	|	  ------- public-admin
	|
	|
	------- frontend
		  |
		  ------- front-pub
		  |
		  ------- front-adm