https://github.com/lilactown/shadow-cljs-macchiato
https://github.com/lilactown/shadow-cljs-macchiato
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilactown/shadow-cljs-macchiato
- Owner: lilactown
- License: epl-1.0
- Created: 2018-01-21T20:51:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T00:47:55.000Z (over 7 years ago)
- Last Synced: 2025-02-15T18:48:34.828Z (8 months ago)
- Language: Clojure
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Welcome to server
### Prequisites
[Node.js](https://nodejs.org/en/) needs to be installed to run the application.
### running in development mode
run the following command in the terminal to install NPM modules and start shadow-cljs:
```
shadow-cljs watch dev
```run `node` in another terminal:
```
npm start
```