This project template provides a minimal setup to get a React application working with TypeScript in Vite, including Hot Module Replacement (HMR) and some ESLint rules tailored for a production environment.
- React: Library for building user interfaces
- TypeScript: Typed superset of JavaScript that compiles to plain JavaScript
- Vite: Next-generation front-end tooling
To get started with this template:
-
Clone the repository:
git clone https://github.com/Code4-hub/NextWeb.git cd nextweb
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
To build the application for production, run:
npm run build
This will create an optimized build of your application in the dist
directory.
This project is licensed under the MIT License. See the LICENSE file for details.