A modern React-based ecommerce platform for hip-hop beat producers and consumers featuring a sleek UI built with Tailwind CSS.
ghost-notes/
āāā .env # Environment variables
āāā package.json # Project dependencies and scripts
āāā public/ # Static files
āāā server/ # Backend Express server
ā āāā controllers/ # Route handlers
ā āāā middleware/ # Custom middleware
ā āāā routes/ # API route definitions
ā āāā server.js # Server entry point
āāā src/ # Frontend React application
āāā assets/ # Images, fonts, etc.
āāā components/ # Reusable React components
āāā pages/ # Page components
āāā services/ # API integration services
ā āāā supabase.js # Supabase client and database functions
āāā styles/ # CSS styles
āāā App.js # Main React component
# Clone the repository
git clone https://github.com/Deehands24/ghost-notes-marketplace.git
# Navigate to project directory
cd ghost-notes-marketplace
# Install dependencies
npm install --legacy-peer-deps
# Start development server
npm run dev
This will concurrently run:
npm run dev
- Run both frontend and backend in development modenpm run start
- Run only the frontendnpm run server
- Run only the backendnpm run build
- Build the frontend for productionThis project is licensed under the MIT License - see the LICENSE file for details.