Book
Submodule 3.2: Getting Started with Bootstrap
Submodule 3.2: Getting Started with Bootstrap
Completion requirements
View
- Setting up the Project Folder
- Downloading Bootstrap
- Getting your Web page Bootstrap ready
- Bootstrap typography
Install node modules
- Go to the
leChocolat folder
and 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 folder
by 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.