A simple phonebook project made with React.
- Clone the repository: git clone https://github.com/mateo-gomez/phonebook-r5.git
- Navigate to the project directory: cd phonebook-r5
- Install dependencies: npm install
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.
- React
- React-DOM
- @types/react
- @types/react-dom
- @vitejs/plugin-react
- eslint-config-prettier
- prettier
- standard
- vite
- ESLint Configuration
This project is licensed under the MIT License.