Install global packages:
sudo npm install -g eslint magsdkCreate a new project base:
git clone https://github.com/magsdk/boilerplate.git my-projectThere is an example of simple UI inside. Remove git metadata, build and start services:
cd my-project
rm -rf .git
magsdk
# or
DEBUG=* magsdkIf you have any problems or suggestions please open an issue according to the contribution rules.
mag-boilerplate is released under the MIT License.