Skip to content

Frontend Developer Guide

mparizernc edited this page Oct 17, 2016 · 1 revision

Tools

Visual Studio Code

Visual Stuido Code coupled with the ReactJS package can be useful for developing our frontend React tools. The command crtl + ` will also make your life easier.

Postman - Used to test API

Can be used to test backend endpoints before implementing into frontend.

Ngrok - Used to portforward local servers

Useful for sharing your local work with others for testing.

NodeJS

ReactJS and Reflux

Clone this wiki locally