Backend for RLTube
Run your backend by typing
npm install
npm start
or
yarn install --production
yarn run start
Run the test by typing
npm install --dev
npm test
or
yarn install
yarn run test
Tests are written with AVA
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Backend for RLTube
Run your backend by typing
npm install
npm start
or
yarn install --production
yarn run start
Run the test by typing
npm install --dev
npm test
or
yarn install
yarn run test
Tests are written with AVA