Clone using git
git clone https://github.com/tommilligan/synaptic-scout
cd synaptic-scout
npm install
Run in development:
npm run dev
or in production:
npm run start
This package was started based on the VueJS webpack template, see here for more information and builtin commands.