www.travelatstyle.biz | github.com/ariel-behar/travel-at-style |
E-Commerce platform for a New York-based store focusing on travel apparel and hand-held steamer irons.
Legacy Version - Aug 2017
Latest Version - July 2024
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 Travel @ Style web app utilizes Bootstrap for responsive and organized styling. The site features a visually appealing shop section; however, the back end for the shop is not integrated, as the client chose not to have a functional e-commerce system, using it purely for marketing purposes. Next.js ensures optimal performance with server-side rendering, while TypeScript provides robust type-checking for maintaining code quality and scalability.
Next.JS
Typescript
SCSS
Bootstrap
React-Bootstrap
Mongoose
Google Maps
Youtube Embeds
Legacy Version (2017) - Heroku
Latest Version (2024)- Vercel