Coder Social home page Coder Social logo

cs35l's Introduction

Logo

Quick Start

To quickly set up and run the application, follow these steps:

  1. Run the shell script sh startWeb.sh in the root directory. This script will install npm and start both the front-end and back-end.

After Cloning Repo

  1. Verify that Node.js is installed by running node -v in your terminal.

  2. Run npm install to install the necessary dependencies.

  3. Navigate to the backend folder using cd backend and run npm install to install the backend dependencies.

  4. To start the application, run nodemon start while inside the backend folder, and run npm start in the root directory.


Start Frontend

To start the front-end, perform the following steps:

  1. Run npm install to load all the required modules.

  2. Execute npm run to run the test version of the website.


Start Backend

To start the backend, follow these steps:

  1. Navigate to the backend folder using cd backend from the project's home directory.

  2. Start the server by running nodemon server.

Please ensure that both the front-end and back-end are running in order for the backend to communicate with the frontend.


Handling Module Conflicts

If you encounter module conflicts, you can reinstall all the modules by following these steps:

  1. Remove the node_modules folder.

  2. Run npm install to reinstall all the required modules.

By following these instructions, you should be able to quickly set up and run the application.

cs35l's People

Contributors

rainstorm108 avatar solomonckwon avatar gracemao2022 avatar gwjm avatar cdkostov avatar

Stargazers

 avatar

Watchers

Mingyu Derek Ma avatar  avatar

cs35l's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.