
Add a .gitignore to ignore node_modules. Clone the repository on a new computer and run npm install to install dependencies from package.json.
Modify your Node.js app for Heroku deployment by configuring the server port, rendering with Jade, setting dynos, and following a Git workflow to push changes to Heroku.
Node is an implementation of the Chrome JS runtime that can be run on the server. This means we can write fast, asynchronous code in Javascript to power our websites on both the client side and the server side. In this course, we’ll cover the basics of creating a server using Node, moving onto a useful framework called Express, looking at server-side templating, and deploying our application on Heroku. We’ll also cover the basics of the MV* architectures.
Course Includes:
What You'll Learn: