Skip to content

Commit

Permalink
Cleanup of older stuff & readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed Sep 17, 2023
1 parent 9c83f3e commit 12fa4e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10,497 deletions.
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,6 @@ Here are a few screenshots from the app:

![](src/assets/images/screenshots/details.png)

## Running the Application with Deno

1. Install the latest version of Deno from https://deno.land

1. If using VS Code (Optional):
- Install the Deno language server extension: https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno
- Open `.vscode/settings.json` and add the following properties for Deno:

``` json
"deno.enable": true,
"deno.lint": true,
"deno.unstable": false
```

1. Run `npm install` to install the Angular dependencies

1. Run `ng build` to build and bundle the code

1. `cd` into `./deno` and run the following command:

`deno run --allow-net --allow-read --unstable server.ts`

1. Go to http://localhost:8080 in your browser

## Running Angular Playground

This application includes Angular Playground (http://www.angularplayground.it) which provides a great way to isolate components in a sandbox rather than loading the
Expand All @@ -93,6 +69,11 @@ entire application to see a given component. To run the playground run the follo

Then open a browser and visit `http://localhost:4201` and follow the directions there (or visit their website for more information).

## Running Cypress End to End Tests

1. Run `npm install cypress --save-dev` to install Cypress.
1. Run `npm run cypress` to start the Cypress test runner.

## Running in Kubernetes

1. Install Docker Desktop from https://www.docker.com/get-started
Expand Down
6 changes: 0 additions & 6 deletions deno/loadfile.ts

This file was deleted.

110 changes: 0 additions & 110 deletions deno/routes.ts

This file was deleted.

44 changes: 0 additions & 44 deletions deno/server.ts

This file was deleted.

Loading

0 comments on commit 12fa4e4

Please sign in to comment.