Composr, lets you record and compose songs socially. Collaborate with musicians from all over the world.
For node module management, Composr uses Yarn over NPM.
To install yarn globally on your machine please check Installing Yarn.
- Setup project
This is a convenience method to install a pre-made Serverless Service locally by downloading the Github repo and unzipping it. Services are listed below.
serverless install -u https://github.com/nicka/composr-react- Install development dependencies
yarnyarn startCreate development build artifacts.
yarn run buildCreate production build artifacts.
yarn run build:prodDeploy build artifacts.
STAGE="dev" yarn run sls:client:deployFor testing Composr uses Jest, for more information please check their documentation.
NOTE: To update Jest snapshots supply
-- -uto any of the test commands.
Running the tests
yarn run testCode coverage
In order to inspect code coverage:
open coverage/lcov-report/index.html