- Twitter Bootstrap 4 is coming very soon with lot of new stuffs.As of today Bootstrap4 is in alpha version.
- You can checkout the Bootstrap releases in the following URL:-
https://github.com/twbs/bootstrap/releases
- In this Demo, “We will learn to install Bootstrap version 4 alpha using JSPM package manager”.
- The following screenshot shows the Github page showing Bootstrap version 4 alpha pre-release.
- We are going to use JSPM for this demo.We can initialize JSPM using jspm init . command.The following screenshot shows the JSPM initialization in a terminal with a set of question on configuration asked to the developer.
- On successful initialization of JSPM a jspm_packages directory is created.The following screenshot shows the updated project structure.
- Now we can install the bootstrap 4 using jspm install github:twbs/bootstrap@4.0.0-alpha command.The following screenshot shows the terminal with Bootstrap4 alpha installation.
- On successful installation of Bootstrap4 a twbs directory is created under jspm_packages/github directory which contains all the css,javascript and static resources for Bootstrap4. The following screenshot shows the directory structure of Bootstrap4.
- The demo code can be downloaded from the following link:-
https://github.com/saan1984/Bootstrap4Demo
- We will learn to use Bootstrap4 in my upcoming Blog post.Till then stay tuned.