diff --git a/build.sh b/build.sh
index dc9f272..d444c6c 100644
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,6 @@
#!/bin/bash
mkdir -p public/build
-handlebars -m public/src/pages/restaurantDetail.hbs -f public/build/restaurantDetail.js
+handlebars -m public/src/pages/restaurantPage.hbs -f public/build/restaurantPage.js
handlebars -m public/src/pages/restaurantList.hbs -f public/build/restaurantList.js
+handlebars -m public/src/components/header.hbs -f public/build/header.js
+handlebars -m public/src/components/restaurantCard.hbs -f public/build/restaurantCard.js
diff --git a/package.json b/package.json
index 117c34c..cdf0f26 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "build.sh",
- "devStart": "npm run build && nodemon server/server.js"
+ "start": "npm run build && nodemon server/server.js"
},
"repository": {
"type": "git",
diff --git a/public/build/header.js b/public/build/header.js
new file mode 100644
index 0000000..3fa0503
--- /dev/null
+++ b/public/build/header.js
@@ -0,0 +1 @@
+(()=>{var r=Handlebars.template;(Handlebars.templates=Handlebars.templates||{})["header.hbs"]=r({compiler:[8,">= 4.3.0"],main:function(r,t,n,a,e){return'