Logo
Explore Help
Register Sign In
RLK/python-common-app
2
0
Fork 0
You've already forked python-common-app
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
cc14322c12b710741a0da7b3a4c95744aebc0777
python-common-app/web/src/main.jsx

11 lines
229 B
React
Raw Normal View History

Add initial setup for React and Vite application - Created essential files including `package.json`, `vite.config.js`, and `index.html`. - Added ESLint configuration for code quality. - Included basic styles in `App.css` and `index.css`. - Implemented main application component in `App.jsx` with a counter feature. - Added necessary assets such as logos and icons. - Established a `.gitignore` file to exclude unnecessary files.
2026-03-24 12:10:25 +03:00
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(
<StrictMode>
<App />
</StrictMode>,
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 28ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API