react-starter-kit https://github.com/kriasoft/react-starter-kit
reactstrap http://reactstrap.github.io/
What are the steps to install the reactstrap into the react-starter-kit? in order to use the grid layout?
react-starter-kit https://github.com/kriasoft/react-starter-kit
reactstrap http://reactstrap.github.io/
What are the steps to install the reactstrap into the react-starter-kit? in order to use the grid layout?
Steps:
Download the repo
type in the terminal
4.Then you can test reactstrap's Layout feature in your render function like below:
How about using create-react-app? That's what I am using...
Then, follow the instructions in reactstrap's README to install bootstrap, reactstrap, react, react-dom:
Hope this helps...