/user-dashboard

React project example for HTML, CSS, Javascript, SPA and API integration.

Primary LanguageTypeScriptMIT LicenseMIT

User Dashboard

CI checks

React project example for HTML, CSS, Javascript, SPA, API integration and Continuous Integration checks.

Requirements

  • Node v14 or above.

Instalation

Before running the app, you need to install the dependencies by running yarn at your terminal or shell.

Commands

  • yarn start to start the application at the port 3005;

  • yarn test to run the tests;

  • yarn test:watch to run the tests in watch mode;

  • yarn lint to run eslint at the project;

  • yarn build to build the project;

  • yarn analyze to analyze the bundle size after build.