dvkam / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated old calculator that was setup with CRA now to Vite and basic Tailwind CSS.

A minimal React setup with Vite.

Getting Started

  1. Make sure you have https://nodejs.org/ installed on your computer

  2. Create a new repository by clicking "Use this template".

  3. Clone your new repository:

    git clone <YOUR_REPOSITORY_URL>

  4. Change your current working directory to the newly cloned repository directory.

  5. Install dependencies:

    npm install

  6. Start development server:

    npm run dev

  7. Open http://localhost:5173/ in your browser to see a sample application.

Building the App

  1. Run the command:

    npm run build

  2. After you have build the app you can run it locally:

    npm run preview

  3. Open http://localhost:4173/ in your browser to see the production build.

About


Languages

Language:TypeScript 78.7%Language:JavaScript 14.0%Language:HTML 5.0%Language:CSS 2.3%