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: 2 months ago
JSON representation
Multi-Single-Page Applications (MSPA) using ClojureScript - NodeJs.
- Host: GitHub
- URL: https://github.com/carlosvega20/isomorphic-clojure-script-mspa
- Owner: carlosvega20
- Created: 2015-05-21T23:06:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T23:29:05.000Z (about 11 years ago)
- Last Synced: 2025-09-05T16:46:29.233Z (10 months ago)
- Topics: clojurescript, closure, nodejs
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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