Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowth6m/great-comcat-engineering
Website of Great Comcat Engineering LTD built Next.js, Tailwind CSS, MongoDB and Framer Motion.
https://github.com/gowth6m/great-comcat-engineering
framer-motion mongodb mongoose nextjs react tailwindcss
Last synced: 11 days ago
JSON representation
Website of Great Comcat Engineering LTD built Next.js, Tailwind CSS, MongoDB and Framer Motion.
- Host: GitHub
- URL: https://github.com/gowth6m/great-comcat-engineering
- Owner: gowth6m
- Created: 2022-12-18T20:58:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T12:49:28.000Z (about 2 years ago)
- Last Synced: 2024-11-24T18:07:58.862Z (2 months ago)
- Topics: framer-motion, mongodb, mongoose, nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://www.greatcomcatengineering.com
- Size: 1.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Great Comcat Engineering
[View Website](https://greatcomcatengineering.com)
E-commerce website for Great Comcat Engineering Ltd based in London, UK. This web site was built using Next.js, Framer Motion, Tailwind css and MongoDB for backend to store data.
To get dependencies
```
npm install
```To run website in developer mode
```
npm run dev
```To build
```
npm run build
```