Migrated Connect-4 game that was setup with CRA now to Vite & Typescript.
A minimal React setup with Vite.
-
Make sure you have https://nodejs.org/ installed on your computer
-
Create a new repository by clicking "Use this template".
-
Clone your new repository:
git clone <YOUR_REPOSITORY_URL>
-
Change your current working directory to the newly cloned repository directory.
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Open http://localhost:5173/ in your browser to see a sample application.
-
Run the command:
npm run build
-
After you have build the app you can run it locally:
npm run preview
-
Open http://localhost:4173/ in your browser to see the production build.