Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,6 @@ Install the package of styled-components in your project directory with:

---

## Store container

For keeping state we use [Redux](https://redux.js.org/).

<!-- Install Redux Toolkit in your project directory with:

`npm install @reduxjs/toolkit` -->

Next install Redux core library:

`npm install redux`

And..

`npm install react-redux`

---

## Learn More
(We changed create-react-app to vite react by recomendations and because of vulnerabilities from "react-script" package)
# React + Vite
Expand Down
47 changes: 23 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
<link rel="icon" type="image/svg+xml" href="/zeton-favicon-blue.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<!DOCTYPE html><html lang="pl"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Projekt żeton</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
<link rel="preload" href="/icons.woff2" as="font" type="font/woff2">
<link rel="preload" as="style" href="/icons.screen.css" media="screen,print">
<link rel="preload" as="style" href="/zeton.screen.css" media="screen">

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<link rel="stylesheet" href="/icons.screen.css" media="screen,print">
<link rel="stylesheet" href="/zeton.screen.css" media="screen">

<title>Projekt żeton</title>
</head><body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/main.jsx"></script>
</body></html>
Loading