diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md index da2a8208..012cb007 100644 --- a/examples/todomvc/README.md +++ b/examples/todomvc/README.md @@ -2,5 +2,6 @@ ## Getting Started -1. Install dependencies: `npm i` -2. Start the development server: `npm start` +1. Install dependencies in the root folder: `cd ../..` and `npm i` +2. Install dependencies in the example folder: `cd examples/todomvc` and `npm i` +3. Start the development server: `npm start`