Skip to content

📇 ⭕ Contact manager tutorial with React Router.

Notifications You must be signed in to change notification settings

santiagodotsh/react-router-contacts

Repository files navigation

React Router Tutorial

Small app that lets you keep track of your contacts. ( link to tutorial )

Project setup

$ npm install

Compile and run the project

# development
$ npm run dev

# production build
$ npm run build

# preview mode
$ npm run preview