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.
- Use the command 'git clone' to clone the repo on your local system.
- Run the command 'npm init'
- Run the command 'npm install'.
- Run the command 'node app.js'
- Open localhost:3000 in your browser and check if the templates are being rendered.
Happy Coding!