E-commerce website for DevEducation's final project
Client:
- React: Used for creating the user interface.
- TypeScript: Employed for type safety.
- Redux toolkit: Utilized for state management.
- SASS/SCSS: Used for styling.
- Bootstrap: Styling and layout of components.
- Framer-motion: Integrated for animations.
Server:
- NestJS: Managing server-side logic and creating APIs.
Template:
Clone the project
git clone https://github.com/Anrsgrl/eCommerce-website
Go to the project directory
cd eCommerce-website
Install dependencies
npm install
Start the server
npm run start