https://github.com/enhuiz/st-server
https://github.com/enhuiz/st-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enhuiz/st-server
- Owner: enhuiz
- License: epl-1.0
- Created: 2017-05-29T12:03:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T14:30:32.000Z (about 8 years ago)
- Last Synced: 2025-01-07T18:28:52.985Z (5 months ago)
- Language: Clojure
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# st-server
To run the server, you need to install [lein](https://leiningen.org/) first.
After the installation, run the server by typing the following command
```
$ lein figwheel
```Then open another terminal, input the following command
```
$ lein ring server
```or
```
$ lein replst-server.repl=> (start-server)
```The steps above will take several minutes to download the dependencies at the first time you run them.