This project is an Admin User Interface to consum the DA Node API (API project in my Github)
Davide Agosti Davide Agosti
0.1.2
This project is licensed under the MIT License
$ git clone https://github.com/dasixtytwo/daAdminUI.git
# hen checkout the branch as follow
$ git checkout 'branch_name'
This project uses Angular 8+
# Install dependencies for server using npm
$ npm install
# Install dependencies using yarn
$ yarn install
# Run the angular
ng serve
# Server runs on http://localhost:4200
# Run the Express server (follow the READ Me Phase I on daNodepi project)
npm run server
# Server runs on http://localhost:3000
There is a Heroku postinstall script so that you do not have to compile your Angular frontend manually, it is done on the server. Simply push to Heroku and it will build and load the client index.html page