The code for the completed Express app is on the completed-app
branch.
Install the dependencies:
npm install
Run the development server:
npm start
Open http://localhost:1338
. You should see the text, TODO
, displayed on your screen.
The code for the completed Express app is on the completed-app
branch.
Install the dependencies:
npm install
Run the development server:
npm start
Open http://localhost:1338
. You should see the text, TODO
, displayed on your screen.