www.stitch-sense.com | github.com/ariel-behar/stitch-sense |
Your go-to wholesaler for fashion design, sublimation, production, and distribution of top-quality clothing, catering to customers worldwide.
August 2024 (Next.JS - Version 2.0)
February 2024 (React - Version 1.0)
In the terminal, navigate to the project's folder
Execute the following command:
npm run dev
- The development server will run on http://localhost:3000
- Execute the following command to create a production build for the project:
npm run build
- Once the creation of the production build has been finalized, execute the following command:
npm start
- If the port 3000 is available, the production build will be served on http://localhost:3000
The current version of Stitch Sense is built with Next.JS and TypeScript. Unlike the previous version, it utilizes Tailwind CSS and DaisyUI to streamline styling and UI design. React Hook Form and Yup handle form management and user input validation, while Framer Motion adds smooth animations to enhance interactivity. Together, these tools create a dynamic and user-friendly interface for Stitch Sense.
The back end side of Stitch Sense utilizes Next.JS server actions
Next.JS
Typescript
Tailwind CSS
DaisyUI
Next.JS
Google Maps
Vercel