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
- Host: GitHub
- URL: https://github.com/fintank/angular4-basic-file-explorer
- Owner: FintanK
- Created: 2018-04-19T11:37:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T13:48:54.000Z (about 8 years ago)
- Last Synced: 2025-06-18T12:51:49.273Z (about 1 year ago)
- Topics: angular, karma
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```