ReactJs with simple bootstrap template integration demo
Reactjs is an javascript library,in this post I just integrate bootstrap template using front-end technology ReactJs.If you are beginner you can take help for this post also I have share this demo post code to my github account.If you want to integrate this project in your computer follow below simple step.
I have also add this code to my github account
Before you start I assumed you have install node js in your system and react js app required Node >= 8.10 and npm >= 5.6
Step 1: Open your terminal.
In this first step open your terminal OR simply press Ctrl + Alt + T and add below code to your terminal.
git clone https://github.com/chiragghevariya/Reactjs-with-bootstrpa-template-integration-frontend.git
After clone go to your project directory and install node module add below command to your terminal.
npm install
Step 2: Run your project
To show output of your project add or to start your project add below code to your terminal.
npm start
Thanks you.