Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nohaapav/clj-quickstart
A set of ready-to-use clojure quickstarts for DEV kickoff.
https://github.com/nohaapav/clj-quickstart
backend clj cljs clojure frontend quickstart reitit server template web
Last synced: about 1 month ago
JSON representation
A set of ready-to-use clojure quickstarts for DEV kickoff.
- Host: GitHub
- URL: https://github.com/nohaapav/clj-quickstart
- Owner: nohaapav
- License: epl-2.0
- Created: 2020-05-10T12:21:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T12:46:13.000Z (about 4 years ago)
- Last Synced: 2024-10-13T14:08:50.513Z (2 months ago)
- Topics: backend, clj, cljs, clojure, frontend, quickstart, reitit, server, template, web
- Language: Clojure
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-quickstart
A set of ready-to-use clojure quickstarts for DEV kickoff.
* **web** - React app (FE)
* **server** - Web application server (BE)
* **bundle** - Web application server serving react app (FE + BE)For NPM support visit figwheel offical [documentation](https://figwheel.org/docs/npm.html).
## Setting up a development environment
Prerequisites
- Leiningen 2.8.2 or newerInstall local dependencies
```
lein deps
```Start a REPL session
```
lein repl
```For the REPL development follow dev **repl.user** namespace instructions. Namespace is loaded into session on startup.
## License
Copyright © 2020
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.