This is a miniproject for WE on SW7.
- nodejs & npm
- typescript
- angular-cli
1: cd to augmented-chess 2: run 'npm install' if not done 3: run 'ng serve' 4: open 'localhost:4200' in browser
1: run 'npm install' if not done 3: run 'npm run build'. If it fails, run 'npm run ib' // install-build 4: run 'npm start' 5: open 'localhost:3000' in browser 6: to debug server in chrome: Open chrome://inspect/ and choose ./dist