Skip to content

Commit

Permalink
Initial check in
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 committed Mar 22, 2021
1 parent bc03c18 commit 12ff7b6
Show file tree
Hide file tree
Showing 71 changed files with 19,560 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 140,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false
}
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# maerially-react-free
Free version of Materially admin template
# Introduction

This is material design template created based on materially structure

# Getting Started

1. Installation process
- run 'npm install'
- start dev server run 'npm run start'
2. Deployment process
- Goto full-version directory and open package.json. Update homepage URL to the production URL
- Goto full-version directory and run 'npm run build'
81 changes: 81 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"name": "Materially",
"version": "4.11.0",
"private": true,
"homepage": "http://lite.codedthemes.com/materially/",
"dependencies": {
"@auth0/auth0-spa-js": "^1.11.0",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/data-grid": "^4.0.0-alpha.6",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.10.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"apexcharts": "^3.20.0",
"axios": "^0.20.0",
"axios-mock-adapter": "^1.18.2",
"clsx": "^1.1.1",
"date-fns": "^2.16.1",
"firebase": "^8.0.0",
"formik": "^2.1.7",
"framer-motion": "^2.6.1",
"immer": "^7.0.9",
"jsonwebtoken": "^8.5.1",
"jss-rtl": "^0.3.0",
"jwt-decode": "^3.0.0",
"material-ui-dropzone": "^3.5.0",
"material-ui-popup-state": "^1.7.2",
"mui-datatables": "^3.4.1",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3",
"react-images-uploading": "^3.1.2",
"react-intl": "^5.13.4",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-scroll-horizontal": "^1.6.4",
"react-scrollbar": "^0.5.6",
"react-spinners": "^0.9.0",
"react-spring": "^8.0.27",
"react-swipeable-views": "^0.13.9",
"react-to-print": "^2.12.3",
"react-waypoint": "^9.0.3",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"yup": "^0.29.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"node-sass": "^4.14.1",
"sass-vars-to-js-loader": "^2.1.1"
}
}
46 changes: 46 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Materially | Material UI React Dashboard Template</title>

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet" />
</head>
<body dir="ltr">
<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`.
--></body>
</html>
Loading

0 comments on commit 12ff7b6

Please sign in to comment.