This project provides a basic skeleton for a React application, helping you get started quickly with a minimal setup.
Here are the scripts you can use to manage the project:
-
npm install
: Installs all the dependencies required to run the app. -
npm start
: Starts the development server, allowing you to view the app in your browser. By default, it runs on http://localhost:8080. -
npm run build
: Builds the app for production, optimizing the code for the best performance. The output will be available in thebuild/
directory.
- React for building the user interface.
- ReactDOM for rendering components.
- Basic CSS styling included in
style.css
. - Minimal setup for quick prototyping.