Submodule 3.2: Getting Started with Bootstrap
Install node modules
- Go to the
leChocolat folderand copy the address. - Open a cmd window if you are on a Windows computer or your terminal if you are using a Linux/Mac and navigate to the
leChocolat folderby using the cd command and pasting the address. - At the prompt type "
npm install". This will install the lite-server node module to your project. - Notice that a new folder node-modules has been created.