Skip to content

A simple react template which works for initialising a new react project

License

Notifications You must be signed in to change notification settings

anarchymonkey/react-starter-template

Repository files navigation

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

npm install
npm start

The project is now hosted at localhost:8080 on your local machine.

Enjoy!

About

A simple react template which works for initialising a new react project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published