Stackable.space UI API
- Node >=v8.9.4
- NPM >=v4.1.2
- MongoDB
# clone the repository
λ git clone https://github.com/get-stackable/stackable-ui-api
# change the current directory
λ cd stackable-ui-api
# install all dependencies
λ yarn install
# run the project
λ yarn start
yarn start
- simply starts the serveryarn test
- execute all unit testsyarn run lint
- lints all the files insrc/
folderyarn run lint:fix
- fixes all the possible linting errorsyarn run watch
- starts the server with hot-reloading