spook.js
v0.0.1
Published
*Licensed under the [GPLv3](https://github.com/arthurakay/spook.js/blob/master/LICENSE.md) because of GPL dependencies.*
Readme
spook.js
Licensed under the GPLv3 because of GPL dependencies.
Development
The client application is built using react, typescript and webpack -- any edits you make to the files under
/src/ will need to be recompiled using the following command:
npm run buildThe server is built using standard Node.js and express settings. Simply run the following command to compile the client
application and then fire up the server:
npm startThen open your browser at http://localhost:3000.
