shchegolenkov / rs-flowershop

eCommerce app | RS School JS course final project
https://rs-flowershop.netlify.app
0 stars 1 forks source link

Development environment сonfiguration #5

Closed shchegolenkov closed 1 year ago

shchegolenkov commented 1 year ago

Tasks:

  1. Set up and configure a bundler (e.g., Webpack, Vite, Parcel, or other) for the project, supporting both development and production build modes. RSS-ECOMM-1_08
  2. Configure TypeScript to enforce strong typing and improve code quality throughout the project. RSS-ECOMM-1_09
  3. Set up ESLint to enforce consistent coding styles and identify potential issues in the codebase. RSS-ECOMM-1_10
  4. Configure Prettier to automatically format code, ensuring a consistent and readable code style. RSS-ECOMM-1_11
  5. Initialize Husky to manage Git hooks, automating tasks such as code formatting and linting checks during the commit process. RSS-ECOMM-1_12
  6. Install and configure Jest as the testing framework for the project, enabling comprehensive testing of code functionality. RSS-ECOMM-1_13
gl-el commented 1 year ago

1 Task done

gl-el commented 1 year ago

2 Task done

gl-el commented 1 year ago

3 Task done

gl-el commented 1 year ago

4 Task done

gl-el commented 1 year ago

5 Task done

gl-el commented 1 year ago

6 Task done