React shopping cart
This is my first project using create-react-app during the mentoring studies of the training-center project with the mentor Cezar Luiz.
Installing
Install/update packages
$ npm install
Start project
$ npm start
Verify the deployment by navigating to your server address in your preferred browser.
$ localhost:3000
Sass
$ npm run watch-css
Running npm start and npm run build also builds Sass files.