- Download and install npm from Node.js
- Download and install git tool you prefer, eg.
- Sourcetree
- Github Desktop
- Clone, or Check out, this repository to your local
<INSTALL_DIR>
by following these steps.
- Navigate to
<INSTALL_DIR>
by using Cmd (in Windows) or Terminal (in MacOS). - Install dependency packages by executing:
npm install
- Install MongoDB Community Edition
- Please read installation steps carefully.
- You can run the Spanboon API server by executing:
npm start serve
- You can run the Spanboon Web and Admin by executing:
npm run start
- For Development
npm start build
- For Production
npm start build production
- For Development
npm run build
- For Production
npm run prod
When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it. Especially if that bug is some weird/rare one.
This project is currently licensed under the MIT License.