Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.23 KB

File metadata and controls

35 lines (22 loc) · 1.23 KB

React Boilerplate

This frontend web boilerplate was bootstrapped with Create React App, and customized from there.

Tech Stack

  • React frontend framework
  • TypeScript language
  • MUI component library, following Google's Material Design
  • Emotion css style library
  • React Query for fetching, managing, and caching server data
  • Prettier for code formatting

Available Scripts

In the project directory, you can run:

npm install

Installs dependencies into the /node_modules folder. Do this before running npm start for the first time!

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.