https://github.com/simandrew/arc-development
https://github.com/simandrew/arc-development
mui5 reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simandrew/arc-development
- Owner: SimAndrew
- Created: 2024-06-29T18:37:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:11:06.000Z (6 months ago)
- Last Synced: 2025-01-12T11:32:11.846Z (4 months ago)
- Topics: mui5, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arc Development
### About:
'Arc Development' is a software development company for which this site was created.
### Technologies, Libraries:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [Material UI](https://mui.com/material-ui) - Material UI is an open-source React component library that implements Google's Material Design.
### Run the app:
- Clone a project: `git clone`
```
git clone https://github.com/SimAndrew/Arc-Development.git
```- Open project code in your editor.
- Install the dependencies, enter into the terminal:```
npm install
```- Run the project, enter into the terminal:
```
npm run dev
```