This is an app that used for our yoga studio
Get NodeJS first to be able to use npm command, https://nodejs.org/en/
-> npm init (if you need one)
-> npm install --save-dev babel-loader babel-core
-> npm install --save-dev babel-cli babel-preset-env
-> npm install --save-dev babel-preset-react
-> npm install --save-dev babel-preset-es2015
-> npm install --save react react-dom
-> npm install -g typescript
-> npm install webpack --save
-> npm install webpack-dev-server --save
-> npm install --save @types/react @types/react-dom @types/react-router @types/react-bootstrap @types/react-bootstrap-table