Skip to content

gaurav-cheema/CSE110-Project

 
 

Repository files navigation

CSE110-Project

To start up Firebase: (Begin in root directory i.e. CSE110-Project)

  1. npm install -g firebase-tools

  2. firebase login

  3. cd website-html (go to root directory of your website project)

  4. firebase init choose follows (1)hosting (2)existing project -> tritongroups ? What do you want to use as your public directory? . ? Configure as a single-page app (rewrite all urls to /index.html)? No ? Set up automatic builds and deploys with GitHub? (y/N) N ? Overwrite 404.html or Index.html file? No, No

  5. firebase deploy

  6. firebase emulators:start (to test it locally. go to http://localhost:5000/ afterward) (To test on the world wide web, visit https://tritongroups-c26fa.web.app/)

To start up Express Server:

  1. Open a new terminal
  2. Navigate to root directory of project (i.e CSE110-Project)
  3. npm install
  4. npm start

Once you have completed both of these workflows visit localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.2%
  • HTML 26.3%
  • CSS 17.5%
  • SCSS 10.4%
  • Python 7.5%
  • Dockerfile 0.1%