Clone this server repository.
- Go to folder 'server'
npm install
npm install sails -g
node server
- Go to folder 'client'
- Run with
python -m SimpleHTTPServer 8000
or python3 -m http.server 8000` - Open in browser
http://localhost:8000
Clone this server repository.
npm install
npm install sails -g
node server
python -m SimpleHTTPServer 8000
or python3 -m http.server 8000`http://localhost:8000