https://github.com/fscs/vrr-depature
https://github.com/fscs/vrr-depature
clojurescript react reagent single-page-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fscs/vrr-depature
- Owner: fscs
- License: mit
- Created: 2018-01-08T20:18:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T14:39:00.000Z (over 7 years ago)
- Last Synced: 2025-01-10T17:50:19.290Z (4 months ago)
- Topics: clojurescript, react, reagent, single-page-app
- Language: Clojure
- Homepage: https://fscs.github.io/vrr-depature/
- Size: 138 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Development mode
To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:
```
lein figwheel
```Figwheel will automatically push cljs changes to the browser.
Once Figwheel starts up, you should be able to open the `public/index.html` page in the browser.### Building for production
```
lein clean
lein package
```