Skip to content

lpolloni/todo-list

Repository files navigation

React Project

This is a React project created for educational purposes.

Prerequisites

  • Node.js
  • npm or yarn

Setup

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd react1
  3. Install dependencies:
    npm install
    or
    yarn install

Running the Project

To start the development server, run:

npm start

or

yarn start

The application will be available at http://localhost:3000.

Building the Project

To create a production build, run:

npm run build

or

yarn build

The build artifacts will be stored in the build directory.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors