Skip to content

RoopanV/udacity

Repository files navigation

README This README provides an overview of the commands available for managing the installation, building, and deployment of the frontend and backend components of the project.

Commands Frontend Install Dependencies bash Copy code npm run frontend:install This command installs the dependencies required for the frontend. It navigates to the reactnd-contacts-complete directory and runs npm install.

Build bash Copy code npm run frontend:build This command builds the frontend application. It navigates to the reactnd-contacts-complete directory and runs npm run build.

Deploy bash Copy code npm run frontend:deploy This command deploys the frontend application. It navigates to the reactnd-contacts-complete directory and runs npm run deploy.

Backend Install Dependencies bash Copy code npm run backend:install This command installs the dependencies required for the backend. It navigates to the reactnd-contacts-server directory and runs npm install.

Build bash Copy code npm run backend:build This command builds the backend application. It navigates to the reactnd-contacts-server directory and runs npm run build.

Usage To use these commands, ensure you have Node.js and npm installed on your system. Then, run the desired command from the root directory of the project.

For example:

bash Copy code npm run frontend:install Note Make sure to configure any necessary environment variables or settings before running the build or deployment commands.

License This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •