Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 584 Bytes

🎥 WatchWord

⚡ Angular project: ./angular
☁️ .Net core project: ./aspnet-core

.Net Setup

  1. Setup database connection string (MySql) in ./aspnet-core/src/WatchWord.Migrator/appsettings.json
  2. Build & Run WatchWord.Migrator in order to migrate database
  3. Build & Run WatchWord.Web.Host in order to run local API server

Angular Setup

  1. cd ./angular
  2. npm install (Restore packages)
  3. npm run hmr (Run with hot module reload)

Deploy

  1. cd ./angular
  2. npm run deploy
  3. Publish ./aspnet-core/src/WatchWord.Web.Host/ to Azure