Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```