Build-Smart is a web application project consisting of a client-side React application and a server-side backend. It leverages modern web technologies to provide a robust and scalable solution.
- client/: Contains the React frontend application built with TypeScript, using Vite as the build tool and Tailwind CSS for styling.
- server/: Contains the backend code, including database interactions and API routes.
- shared/: Contains shared schema definitions used across client and server.
- attached_assets/: Contains additional assets and documentation related to the project.
- React with TypeScript
- Vite for frontend build tooling
- Tailwind CSS for styling
- Drizzle ORM for database management
- Node.js/Express (assumed) for backend server
- Clone the repository:
git clone https://github.com/acetervin/Build-Smart.git - Install dependencies for client and server:
cd client npm install cd ../server npm install - Run the development servers:
- For client:
npm run dev - For server:
npm run dev
- For client:
Access the client application via the local development server (usually http://localhost:3000).
Contributions are welcome. Please open issues or pull requests for improvements.
Specify the license here.