Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 559 Bytes

DataByte Website

This is the starter code for the DataByte Website, containing the template files and css code that is required for the groundwork of this website. Here are the steps you will need to follow before you can work with the code here.

Steps to Use the Code

  1. Use the command 'git clone' to clone the repo on your local system.
  2. Run the command 'npm init'
  3. Run the command 'npm install'.
  4. Run the command 'node app.js'
  5. Open localhost:3000 in your browser and check if the templates are being rendered.

Happy Coding!