Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toastycoder0/audiophile-ecommerce-project
This is a solution to the audiophile ecommerce challenge on Frontend Mentor
https://github.com/toastycoder0/audiophile-ecommerce-project
astro eslint prettier standard tailiwndcss
Last synced: 26 days ago
JSON representation
This is a solution to the audiophile ecommerce challenge on Frontend Mentor
- Host: GitHub
- URL: https://github.com/toastycoder0/audiophile-ecommerce-project
- Owner: toastycoder0
- Created: 2024-07-24T03:21:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T01:22:26.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:41:12.243Z (about 1 month ago)
- Topics: astro, eslint, prettier, standard, tailiwndcss
- Language: Astro
- Homepage: https://audiophile-ecommerce-project.pages.dev
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 Frontend Mentor - Audiophile Ecommerce
This is a solution to the [audiophile ecommerce challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/audiophile-ecommerce-website-C8cuSd_wx).
[You can view the page by clicking here](https://audiophile-ecommerce-project.pages.dev)
To generate the static pages, this project makes use of an API built in Express using a MongoDB database. [You can check the API here](https://github.com/toastycoder0/audiophile-ecommerce-api-project).
![Design preview for the Blog preview card coding challenge](./public/preview.webp)
## 🚀 How to use?
First clone the repository from GitHub:
```shell
git clone https://github.com/toastycoder0/audiophile-ecommerce-project.git
```Move to the project folder:
```shell
cd audiophile-ecommerce-project
```Install the dependencies with the following command:
```shell
npm i
```Start the **development** environment with the following command
```shell
npm run dev
```## ⚙️ This application was built using the following technologies
- [Astro](https://astro.build)
- [TypeScript](https://www.npmjs.com/package/typescript)
- [Standard](https://www.npmjs.com/package/ts-standard)
- [ESLint](https://www.npmjs.com/package/eslint)