Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glamboyosa/seduire-frontend

frontend for seduire e-commerce website.
https://github.com/glamboyosa/seduire-frontend

apollo react styled-components typescript

Last synced: 27 days ago
JSON representation

frontend for seduire e-commerce website.

Awesome Lists containing this project

README

        

# Seduire Frontend

React client consuming GraphQL backend. Built with:

- React
- TypeScript
- Styled-Components
- Reach Router
- Stripe.js

## Run the app
To run the app first clone the repository via:

```bash
git clone https://github.com/glamboyosa/seduire-backend.git
```

Install dependencies via:

```bash
npm install
# or
yarn
```

In the terminal, run:

```bash
npm start
#or
yarn start
```

This opens up a website at `http://localhost:3000`
>**Note** Backend can be found [here](https://github.com/glamboyosa/seduire-backend).