Setting Up Project Frontend
Setup front end of the project with Nodejs, Material UI and Parcel.
Parcel setup
Important: Node.js must be installed as we are required to install some important Javascript needed in the project.
Initializing project
While in the bookapp/client/ folder
, we first need to initialize npm:
npm init
This will ask a series of questions, mostly related to general information about the project. Just using the defaults is OK, but feel free to update the information.