For a detailed tutorial visit https://dy.dev/docs/petshop
- Clone this repo and
cd
into the created folder cd before/
to get the Before Using Dynamic Yield version- Install dependencies:
npm install
- Run server:
npm start
- Navigate to
http://localhost:3000
The web server will automatically restart on any change to JS files, using the awesome nodemon
plugin.