/movies-list

Primary LanguageJavaScript

🎬 Movies list

📕 Index

💪 Installing

npm install
npm run start

or

yarn install
yarn start

🚀 Launching

  • Development npm run start
  • Build npm run build
  • Test npm run test
  • Test (watching) npm run test:watch

📚 Testing

Tests are written by creating .test files under the same directory as the module it tests