Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 344 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 344 Bytes

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