An open API service indexing awesome lists of open source software.

https://github.com/simandrew/arc-development


https://github.com/simandrew/arc-development

mui5 reactjs

Last synced: 3 months ago
JSON representation

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
```