Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/HPouyanmehr/muxt-ts
- Owner: HPouyanmehr
- Created: 2021-12-19T15:39:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T19:55:04.000Z (about 1 year ago)
- Last Synced: 2024-08-03T14:04:14.766Z (4 months ago)
- Language: TypeScript
- Homepage: muxt-ts.vercel.app
- Size: 510 KB
- Stars: 58
- Watchers: 1
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-NextJs - muxt-ts - [demo](http://muxt-ts.vercel.app/) `A NextJs + MUI v5 + Typescript starter to start your project faster with no pain` (Nextjs Starter)
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.