https://github.com/anarchymonkey/react-starter-template
A simple react template which works for initialising a new react project
https://github.com/anarchymonkey/react-starter-template
Last synced: 2 months ago
JSON representation
A simple react template which works for initialising a new react project
- Host: GitHub
- URL: https://github.com/anarchymonkey/react-starter-template
- Owner: anarchymonkey
- License: bsd-3-clause
- Created: 2023-09-26T17:16:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T16:17:14.000Z (over 2 years ago)
- Last Synced: 2025-06-19T07:09:32.923Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Starter Template
## Tech Stack
- **Rendering type**: CSR (Client Side Rendered)
- **Components library**: MUI
- **Tanstack**
- **CSS styles**: styled-components
- **Bundler**: Webpack
- **Transformer**: Babel
- **Type-check support**: Typescript
- **Store Management**: React Query
- **HTTP Calls**: Axios, React Query
- **Environment Vars configuration**: react-scripts
## Prerequisites
Before you begin, ensure you have the following prerequisites:
- Node version 16+
## How to Run the Project
### Using Node
```sh
npm install
npm start
```
### The project is now hosted at localhost:8080 on your local machine.
**Enjoy!**