-
Notifications
You must be signed in to change notification settings - Fork 18
NodeJS Setup
All of LATE, the server on the backend and the frontend uses NodeJS, the JavaScript runtime environment that runs JS outside of the browser. When you install Node, npm (the package manager used in LATE) will also be automatically installed.
Official NodeJS website Recommended for Windows since it has an installer
Note: LATE will not work correctly with the "recommended" version. Click on the "Current" tab to get the most up-to-date version of NodeJS.
Read the README for Node Version Manager (nvm). Once you install nvm you can simply run $ nvm install 12 and it will install and setup Node v12 for you! From that point on you have access to the node and npm commands which you will need for installing the required packages LATE depends on and actually running the site!
Remember, team, the scope of what we are working on. Our goal is to make our own lives and that of our peers easier.
LATE Stack Documentation | Learning Resources | Flowchart | LATE Discord Server Invite
Backend | Frontend | Terminology
Learn LATE
- FreeCodeCamp
- Git
- Web Basics
- HTML
- CSS [coming soon]
- JS [coming soon]
- VueJS [coming soon]
- Node [coming soon]
- MongoDB [coming soon]
How LATE Works
