https://github.com/eduinlight/file-service-frontend
A file server for my local PC
https://github.com/eduinlight/file-service-frontend
clojure clojurescript figwheel leiningen less
Last synced: 2 months ago
JSON representation
A file server for my local PC
- Host: GitHub
- URL: https://github.com/eduinlight/file-service-frontend
- Owner: eduinlight
- License: epl-1.0
- Created: 2019-03-08T00:28:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T22:51:20.000Z (about 5 years ago)
- Last Synced: 2025-01-18T01:43:45.464Z (4 months ago)
- Topics: clojure, clojurescript, figwheel, leiningen, less
- Language: CSS
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Server Frontend
This is the File server frontend of the [file server api]('https://github.com/eduinlight/file-service-backend').
## Instructions
1. Install [leiningen](https://leiningen.org/)
2. Install dependencies```BASH
$ git clone https://github.com/eduinlight/file-service-frontend
$ cd file-service-frontend
$ lein deps
```3. Run the server on development enviroment
```BASH
$ lein figwheel
```## Swagger documentation
Enter to http://localhost:3449 and you will see something like this image. **NOTE:** use some CORS plugin for your navigator.


---
