dha-stix / avatar-generator-with-wing-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  • Clone the repository

  • Ensure you have the latest version of Wing installed on your computer.

    npm install -g winglang@latest
  • Run npm install within the frontend and backend folders to install the project dependencies

    npm install
  • Run wing secrets in your backend terminal and paste your Replicate API Key into the field.

  • Build the React app by running npm run build.

    cd frontend
    npm run build
  • Finally, start the Wing server. It automatically starts the React server.

    cd backend
    wing it

About


Languages

Language:TypeScript 79.8%Language:CSS 15.1%Language:HTML 5.1%