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.
- Host: GitHub
- URL: https://github.com/carlosvega20/isomorphic-clojure-script-mspa
- Owner: carlosvega20
- Created: 2015-05-21T23:06:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T23:29:05.000Z (about 10 years ago)
- Last Synced: 2025-01-17T20:23:52.989Z (5 months ago)
- Topics: clojurescript, closure, nodejs
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- 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