Starter Kit

Get started now with the app starter kit.

Enter the following command in your terminal.

git clone https://github.com/timurtu/bootstrap-components

Next, let’s rename our project. Change “my-app” to your app name.

mv bootstrap-components my-app

Next, enter that directory.

cd my-app

Install required dependencies.

npm install

Start the app!

npm start

Explore the app and make changes to the source code to implement components and make the app your own!