-
Notifications
You must be signed in to change notification settings - Fork 0
UI Development Resources
dane-johnson edited this page Jan 24, 2017
·
4 revisions
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 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
Fantastic for bringing stylish components to life with minimal clutter. Marries React with Bootstrap, functioning as a phenomenal component library if nothing else.