Skip to content

Commit 6370028

Browse files
committed
feat: Update new ui
1 parent 92c06af commit 6370028

File tree

143 files changed

+3688
-28724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+3688
-28724
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_dir: ./build
30+
publish_dir: ./dist
3131
publish_branch: gh-pages

.gitignore

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
29

3-
# dependencies
410
node_modules
5-
/.pnp
6-
.pnp.js
7-
8-
# testing
9-
/coverage
10-
11-
# production
12-
/build
11+
dist
12+
dist-ssr
13+
*.local
1314

14-
# misc
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
1519
.DS_Store
16-
.env.local
17-
.env.development.local
18-
.env.test.local
19-
.env.production.local
20-
21-
npm-debug.log*
22-
yarn-debug.log*
23-
yarn-error.log*
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

README.md

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,12 @@
1-
## Run Locally
1+
# React + Vite
22

3-
Clone the project
3+
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
44

5-
```bash
6-
git clone https://github.com/Dredsoft-Saros/eCommerce.git
7-
```
5+
Currently, two official plugins are available:
86

9-
Go to the project directory
7+
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
8+
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
109

11-
```bash
12-
cd eCommerce
13-
```
10+
## Expanding the ESLint configuration
1411

15-
Install dependencies
16-
17-
```bash
18-
npm install
19-
20-
or
21-
22-
npm install react-material-ui-carousel --save --legacy-peer-deps
23-
```
24-
25-
Start the server
26-
27-
```bash
28-
npm start
29-
```
30-
31-
The server should now be running. You can access the application by opening a web browser and entering the following URL:
32-
33-
```bash
34-
http://localhost:3000
35-
```
12+
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.

api/.env

Lines changed: 0 additions & 8 deletions
This file was deleted.

api/app.js

Lines changed: 0 additions & 260 deletions
This file was deleted.

0 commit comments

Comments
 (0)