Skip to content

abredikis/project-react

Repository files navigation

Project React - Cosden Solutions

Learn React by building a real-world project.

Running the project

To run the project, follow these steps.

  1. Install all dependencies
npm install
  1. Run the project locally
npm run dev
  1. Open your browser and visit http://localhost:5173

Working with the project

Here are some helpful guides and tips on working with the project.

Linting and formatting

The project has setup eslint and prettier for all linting and formatting without any extra configuration.

To fix any linting or formatting issues across all relevant files, run this command

npm run fix

Releases

No releases published

Packages

No packages published

Languages