- Install Node.js
- cd into the app directory
- Run
npm install
to install the app's dependencies - Run
npm start
to start the app - Access the running app in a browser at http://localhost:8080
npm install
to install the app's dependenciesnpm start
to start the app