An open API service indexing awesome lists of open source software.

https://github.com/fintank/angular4-basic-file-explorer


https://github.com/fintank/angular4-basic-file-explorer

angular karma

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Peninsula File Explorer

A file explorer component which consumes a static JSON file and allows the navigation of files and folders.

# Dependencies

Ensure you have Node.js and NPM installed.

I used Node v9.11.1 and NPM v5.6.0.

# Installation

In the root directory of the project simply run the following command

````
npm install
````

# View in your browser

````
npm start
````

You will then be able to view the project in your browser by navigating to

http://localhost:4200

# Unit Tests

```
karma start karma.conf.js
```

# E2E Tests

```
npm run e2e
```