https://github.com/pimp-my-book/pmb-plus-frontend
PMB Plus' frontends. A marketplace for second hand textbooks. 🛒
https://github.com/pimp-my-book/pmb-plus-frontend
Last synced: about 2 months ago
JSON representation
PMB Plus' frontends. A marketplace for second hand textbooks. 🛒
- Host: GitHub
- URL: https://github.com/pimp-my-book/pmb-plus-frontend
- Owner: pimp-my-book
- Created: 2019-08-05T15:06:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:52:44.000Z (over 2 years ago)
- Last Synced: 2025-02-11T09:50:53.606Z (4 months ago)
- Language: JavaScript
- Homepage: https://dgc62rzfmrsbq.cloudfront.net/
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pmb-plus-frontend 🎇
This PMB Plus' frontend that allows students to buy second hand textbooks from each other.
Backend API [repo](https://github.com/pimp-my-book/pmb-plus-backend) 📡
## Stack 💾
* Next.JS
* AWS Lambda (Hosting)
* Apollo Client
* AWS Amplify
* Tailwind CSS
* Styled Components## Installation 🚁
Clone the repo and do the following
cd into the correct directory
```
$ cd pmb-plus-frontend/web
```install the dependancies
```
$ yarn install
```
build the application so it runs on local host
```
$ yarn build
```