Skip to content

Commit

Permalink
Add sidebar and routes (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauchena authored Apr 19, 2024
1 parent 842149f commit e3d1a33
Show file tree
Hide file tree
Showing 24 changed files with 2,289 additions and 4,342 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="description" content="This is a React project created with Create Node App" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/public/icons/logo.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"format": "prettier --ignore-path .gitignore -u --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"build-css": "tailwindcss build styles.css -o output.css"
},
"version": "0.1.0",
"description": "A Web App created by create-awesome-node-app",
Expand All @@ -29,6 +30,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-router-dom": "^6.3.0",
"web-vitals": "^2.1.4"
},
Expand All @@ -41,6 +43,7 @@
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -49,8 +52,10 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.38",
"prettier": "^2.6.2",
"sass": "^1.58.1",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5",
"vite": "^4.1.0",
"vite-plugin-eslint": "^1.8.1",
Expand Down
Loading

0 comments on commit e3d1a33

Please sign in to comment.