ss-spa
v0.0.1
Published
SuperScript Single Page Application
Maintainers
Readme
Welcome

SuperScript Single Page Application is
- Easy to bootstrap SuperScript.
- Embrace WeakAI in minutes.
- Adopt chatbot quickly.
Usage
git clone https://github.com/Samurais/ss-spa.git
cd ss-spa
npm install
bower install
npm start
open http://localhost:3001Watch
Re-parse and restart app when editing chat's scripts.
npm run dev:startNote, in the browser, socket.io would reconnect to server when the app is restarted, it avoids reloading client page.
Thanks to
Docker
To start app with docker-compose.
docker pull tutum/mongodb:3.2
docker pull samurais/ss-spa:0.0.1
./scripts/start-with-docker.sh
open http://localhost:3001Note, samurais/ss-spa:0.0.1 can be built locally.
./scripts/build-docker-image.shLicense
MIT
