Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/react-typescript-mui-parcel-template
React TypeScript MUI Parcel Template
https://github.com/remarkablemark/react-typescript-mui-parcel-template
javascript mui parcel react reactjs template typescript
Last synced: about 1 month ago
JSON representation
React TypeScript MUI Parcel Template
- Host: GitHub
- URL: https://github.com/remarkablemark/react-typescript-mui-parcel-template
- Owner: remarkablemark
- License: mit
- Created: 2022-10-17T03:17:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T03:23:41.000Z (9 months ago)
- Last Synced: 2024-05-01T21:25:45.259Z (9 months ago)
- Topics: javascript, mui, parcel, react, reactjs, template, typescript
- Language: TypeScript
- Homepage: https://remarkablemark.org/react-typescript-mui-parcel-template/
- Size: 8.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-typescript-mui-parcel-template
React TypeScript Parcel MUI Template. Cloned from [react-typescript-parcel-template](https://github.com/remarkablemark/react-typescript-parcel-template).
## Prerequisites
- [Node.js](https://nodejs.org/en/download/)
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/react-typescript-mui-parcel-template.git
cd react-typescript-mui-parcel-template
```Install the dependencies:
```sh
npm install
```## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the web app in the development mode.
Open [http://localhost:1234](http://localhost:1234) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the web app for production to the `dist` folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
## License
[MIT](LICENSE)