- Bootstrap 4 Cookbook
- Ajdin Imsirovic
- 213字
- 2021-07-02 21:07:54
Getting ready
To begin, log in to your c9.io account, which will open your Cloud9 IDE dashboard:
Click on Create a new workspace, and a new page will appear with only a few things to fill in. You only need to add the Workspace name and Description, as you like. You can leave the Clone from Git or Mercurial URL empty, as well as leave the default HTML template selected. Finally, click on Create workspace to spin up a new container.
Once ready, you will be greeted with the following tree structure of your folders (displayed in the left sidebar):

The largest window (to the right from the sidebar) will have the README.md file open, but you can open any other file in that area as well. Under this largest window, you will see an open Terminal window (titled "bash - <your-project-name>"), and another tab with the JavaScript REPL.
We will make use of Node and npm to install the latest version of Bootstrap via the command line (the readily open Bash Terminal). Both Node and npm come preinstalled in Cloud9 IDE.
- 三維圖形化C++趣味編程
- 編程珠璣(續(xù))
- 匯編語言程序設(shè)計(第2版)
- NumPy Essentials
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- Internet of Things with Intel Galileo
- Oracle JDeveloper 11gR2 Cookbook
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Visual Basic程序設(shè)計
- Unity&VR游戲美術(shù)設(shè)計實戰(zhàn)
- Geospatial Development By Example with Python
- Julia 1.0 Programming Complete Reference Guide
- Building Serverless Architectures
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Python預(yù)測分析與機器學(xué)習(xí)