Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

A set of ready-to-use clojure quickstarts for DEV kickoff.

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 newer

Install 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.