My repository for BYUI CSE 341 - Web Services class projects
byui
cse341
web-services
school
winter
school-project
school-assignments
school-education
byu-idaho
html
css
javascript
DO NOT COPY FOR AN ASSIGNMENT - Avoid plagiarism and adhere to the spirit of this Academic Honesty Policy.
- Clone this repo -
https://github.com/vwolfley/cse341-web-services
cd
into thecse341-web-services
folder.- Install the dependencies with
npm install
.
In the project directory, you can run:
- Compiles raw source code into both
debug
andproduction
versions. - Runs the application in development mode.
- Opens http://localhost:3000 in your browser for live preview.
- The page automatically reloads whenever you make edits.
- Displays linting errors and warnings directly in the console for easier debugging.
- Compiles raw source code into
production
versions. - Runs the application in production mode.
- Used to deploy on Render.com
- Push to GitHub repository
- Deploy to Render.com
- https://cse341-web-services-vw.onrender.com/
- 🔗 Google Chrome Web Browser
- 🔗 Visual Studio Code (aka VS Code)
- 🔗 Live Server VS Code Extension
- 🔗 HTML Validation Service
- 🔗 CSS Validation Service
- 🔗 color contrast-ratio
- This course is using
This project is licensed under the MIT license.