Skip to content

idrayv/watch-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎥 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