Skip to content

UI Development Resources

dane-johnson edited this page Jan 24, 2017 · 4 revisions

Create-React-APP

This project was bootstrapped using create-react-app. It automatically generated the project directory structure and facilitates building and testing.

To test your local directory, run npm test

To build to production, run npm run build

Axios (backend communication)

Axios performs promised-based REST calls from the client-side, and is used to communicate with the API layer. Axios calls should be encapsulated in their own functions, and should return the object, so that they can be chained.

https://github.com/mzabriskie/axios

React-Bootstrap

Fantastic for bringing stylish components to life with minimal clutter. Marries React with Bootstrap, functioning as a phenomenal component library if nothing else.

https://react-bootstrap.github.io/components.html

Clone this wiki locally