Skip to content

acetervin/Build-Smart

Repository files navigation

Build-Smart

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.

Project Structure

  • 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.

Key Technologies

  • React with TypeScript
  • Vite for frontend build tooling
  • Tailwind CSS for styling
  • Drizzle ORM for database management
  • Node.js/Express (assumed) for backend server

Installation

  1. Clone the repository:
    git clone https://github.com/acetervin/Build-Smart.git
    
  2. Install dependencies for client and server:
    cd client
    npm install
    cd ../server
    npm install
    
  3. Run the development servers:
    • For client:
      npm run dev
      
    • For server:
      npm run dev
      

Usage

Access the client application via the local development server (usually http://localhost:3000).

Contributing

Contributions are welcome. Please open issues or pull requests for improvements.

License

Specify the license here.

Repository

https://github.com/acetervin/Build-Smart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages