Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HPouyanmehr/muxt-ts

A NextJs + MUI v5 + Typescript starter to start your project faster with no pain
https://github.com/HPouyanmehr/muxt-ts

Last synced: 27 days ago
JSON representation

A NextJs + MUI v5 + Typescript starter to start your project faster with no pain

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/), [MUI v5](https://mui.com/) and [Typescript](https://github.com/microsoft/TypeScript) starter. You can use this to start your Next.js + MUI + Typescript development faster and easier.

## Getting Started

1. First, Clone the project.
2. (Optional) If you want, You can also change the project name to whatever your like and also add the project name in the `package.json`.
3. Run this command in the project directory to install dependencies:

```bash
npm i
# or
yarn
```

4. You can run dev server with the following command:

```bash
npm run dev
# or
yarn dev
```

5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.