To successfully run this project, you need to fulfill the below mentioned tasks.
To run this project, you need to download and configure the server side project called conFusionServer that will be used a backend for this project. All the necessary steps needed to configure and successfully run it can be found on the readme.md file of that project.
To run the ConFusion
website, perform the following steps
- Install all the project dependencies by running the following command
Where
npm install package.json
package.json
contains all the project dependencies that need to be installed along with scripts to run the project. - Run
This will load the website on
npm start
localhost:3001
as the port 3000 will get taken up by the server side application.