This frontend web boilerplate was bootstrapped with Create React App, and customized from there.
- 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
In the project directory, you can run:
Installs dependencies into the /node_modules
folder.
Do this before running npm start
for the first time!
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.