diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..76add87 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md new file mode 100644 index 0000000..2114fa2 --- /dev/null +++ b/frontend/README.md @@ -0,0 +1,21 @@ +# Frontend application + +## Development + +1. Run the vite development server. + +```bash +npm run dev +``` + +2. Navigate to [http://localhost:3000](http://localhost:3000). + +## Deployment + +1. Build the app. + +```bash +npm run build +``` + +2. Deploy the `dist` folder. diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..feb5221 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,16 @@ + + +
+ + + + +This isn't the page you're looking for.
+
+
+ by {recipe.author}
+ {recipe.source_url} +{recipe.description}
+| {ingredient} | +
+ {recipes[recipeId].description}
+This splash page is a work in progress. Here we will display user's publicly shared recipes.
+