diff --git a/javascript/organizing_your_javascript_code/project_restaurant_page.md b/javascript/organizing_your_javascript_code/project_restaurant_page.md index d677ee00bda..0d39546a575 100644 --- a/javascript/organizing_your_javascript_code/project_restaurant_page.md +++ b/javascript/organizing_your_javascript_code/project_restaurant_page.md @@ -21,9 +21,7 @@ When creating a new repo on GitHub, there is an option to specify a `.gitignore`
1. Start the project the same way you began the webpack tutorial project, by creating the `package.json` file and setting up Webpack. - - Remember, you only need to install and configure the things you need for your project. For example, if you do not plan to have local image files linked in your HTML template, you will not need to install and configure `html-loader`. - 1. Create a `.gitignore` file in the root of your project. It should contain the text `node_modules` and `dist` on separate lines. ```text @@ -32,23 +30,14 @@ When creating a new repo on GitHub, there is an option to specify a `.gitignore` ``` 1. Set up an HTML skeleton inside of `src/template.html`. Inside the body, add a `
` element that contains a `