Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asliwinski/logFileViewer
Log file viewer based on React.js and Node.js
https://github.com/asliwinski/logFileViewer
Last synced: 4 months ago
JSON representation
Log file viewer based on React.js and Node.js
- Host: GitHub
- URL: https://github.com/asliwinski/logFileViewer
- Owner: asliwinski
- Created: 2017-04-27T16:47:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:51:09.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T15:34:02.293Z (7 months ago)
- Language: JavaScript
- Size: 517 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log file viewer
A proof of concept web app for viewing server log files.
## Installing
In the root directory of the project run:
```
npm installnode server
```The app will be served at: http://localhost:9000/
To run mocha tests use:
```
npm test
```The front-end part (src/) is pre-built and is served from build/ directory. In case a new build is needed:
```
npm run build
```## Built With
* [React](https://facebook.github.io/react/) - Front-end JS library
* [Node.js](https://nodejs.org/) - Application server