ES Study Getting Started Install dependencies. $ npm install Run the following command to bundle and watch our code. $ npm start If you just want to bundle your code, you can run: $ npm run build