Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madmax2506/react-template

Customized react template with mui and language implementation
https://github.com/madmax2506/react-template

babel eslint functional-components i18n i18n-react mui pnpm prettier react react-router reactjs typescript vite vitest

Last synced: 6 days ago
JSON representation

Customized react template with mui and language implementation

Awesome Lists containing this project

README

        

## :hammer_and_wrench: Setup

Clone the repo and install dependencies:

```bash
git clone --depth 1 --branch main [email protected]:MadMax2506/react-template.git your-project-name
cd your-project-name
npm i -g pnpm vite
pnpm i
```

- Adjust custom settings in `index.html`
- Adjust app name in `public\locales\de\common.json` and `public\locales\en\common.json`
- Replace `` and `` in `src\components\Todo\TodoLink.tsx` with the related GitHub information

## :nut_and_bolt: Starting Development

Start the app in the `dev` environment:

```bash
pnpm i
pnpm start:dev
```

## :computer: Starting Production

Start the app in the `prod` environment:

```bash
pnpm i
pnpm build
pnpm start:prod
```