My first attempt at making a Express.js project. It'll search through quotes and pick a random one to show you
- Open project folder in your terminal and run the following command. This makes a local server with backend code stored in
index.js
.
npm start
It'll run on localhost.
Alternatively, if you have VSCode, you can also open the project folder and use its terminal
Open index.html
in your browser to see the homepage and look at quotes.