- setup express server for backend application control (npm install express) - setup app.js to start app with defined Port - setup and create react js app for frontend (create-react-app) - create app and component structure in react js app - using axios to call express server API's