This is the exercise app for first chapter of book "Fullstack Reack" by fullstack.io
-
Add down-voting capability to each Product. You can insert a down arrow with this
-
Add a “sort direction” button to the top of ProductList, above all the products. It should enable the user to toggle sorting products by ascending or descending.
- Ensure you have
npm
installed.
Follow the instructions for your platform here.
- Install
http-server
npm install
- Boot the HTTP server
npm run server
The server is now running at localhost:3000