diff --git a/README.md b/README.md index fdd1328..387dbfe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # housing-frontend Temp name (test) + +#### Install dependencies +``` +npm install +``` + +#### Run App +``` +npm start +```