Maked with Node.js, ES6 and MongoDB and using TDD metodology and Continuous Integration (CI)
Pay attention to these commands:
# In dev
yarn dev
# For build
yarn build
# For start builded project
yarn start
# For run tests
yarn test
yarn test:watch