Skip to content

mateo-gomez/phonebook-r5

Repository files navigation

Phonebook-r5

A simple phonebook project made with React.

Preview!

Installation

  1. Clone the repository: git clone https://github.com/mateo-gomez/phonebook-r5.git
  2. Navigate to the project directory: cd phonebook-r5
  3. Install dependencies: npm install

Usage

To start the development server, run:

npm run dev

This will start the development server at http://localhost:3000.

To build the project, run:

npm run build

This will create a dist folder containing the optimized build of the project.

To preview the optimized build, run:

npm run preview

This will serve the optimized build at http://localhost:5000.

Dependencies

  • React
  • React-DOM

Dev Dependencies

  • @types/react
  • @types/react-dom
  • @vitejs/plugin-react
  • eslint-config-prettier
  • prettier
  • standard
  • vite
  • ESLint Configuration

License

This project is licensed under the MIT License.

About

A simple phonebook project made with React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published