start new:
tmux
start new with session name:
tmux new -s myname
| import React from "react"; | |
| import { render } from "react-dom"; | |
| const ParentComponent = React.createClass({ | |
| getDefaultProps: function() { | |
| console.log("ParentComponent - getDefaultProps"); | |
| }, | |
| getInitialState: function() { | |
| console.log("ParentComponent - getInitialState"); | |
| return { text: "" }; |
Create the app and download the necessary dependencies.
Use Bitnami Ruby Stack terminal that bitnami installed (you can search this program in installed programs).