Skip to content

bearury/eCommerce_Application

Repository files navigation

eCommerce_Application

Final Project JavaScript/Front-end 2023Q4

This is a learning project of the RSSchool platform. The application is an online store. The stack used:

  • bundler - vite
  • typescript
  • tests - vitest
  • sass/tailwindcss
  • state manager - zustand
  • eslint, prettier, husky

Start on development in the project

  1. Clone this repository
git clone https://github.com/webjsmaster/eCommerce_Application.git
  1. Install dependencies
yarn
  1. Start
yarn dev

Useful scripts

  1. For identification of coding style issues and potential errors
yarn lint
  1. For fix errors
yarn lint:fix
  1. For checking issues of coding style
yarn ci:format
  1. For code formatting and ensuring uniform code style
yarn format
  1. For run tests
yarn test

About

Final Project JavaScript/Front-end 2023Q4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages