Skip to content

jaydensim/wordle-clone

Repository files navigation

wordle-clone

Project Setup

Ensure you have the necessary prerequisites installed on your system:

  • Node.JS (hint hint: although you can install Node.JS from here, I highly recommend you use nvm instead.)
    • NPM (should be preinstalled)
  • Git
git clone https://github.com/jaydensim/wordle-clone.git
cd wordle-clone
npm install

Compile and Hot-Reload for Development

npm run dev

A Vite development server will start on port 3000 (http://localhost:3000).

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint