At the main folder execute the following command in console to get the required dependencies:
npm install
At the main folder execute the following command in console to creates a build directory with a production build of 3d portfolio:
npm run build
At the main folder execute the following command in console to run the server:
npm run start
At the main folder execute the following command in console to get the required dependencies:
npm install
At the main folder execute the following command in console to run the development server:
npm start