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

https://github.com/carlosvega20/isomorphic-clojure-script-mspa

Multi-Single-Page Applications (MSPA) using ClojureScript - NodeJs.
https://github.com/carlosvega20/isomorphic-clojure-script-mspa

clojurescript closure nodejs

Last synced: 3 months ago
JSON representation

Multi-Single-Page Applications (MSPA) using ClojureScript - NodeJs.

Awesome Lists containing this project

README

        

# Isomorphic-clojureScript-mspa
Multi-Single-Page Applications (MSPA) using ClojureScript - Nodejs.

##Dependencies

npm
nodejs

`npm install express`
`npm install serve-static`
`npm install body-parser`

## Build the SPA modules
`./lein modules build`

#Build Js Server
./lein cljsbuild once server

## Run server
node server.js