Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joacod/react-playground-ui

React Playground using create-react-app, Material-UI and React Router
https://github.com/joacod/react-playground-ui

create-react-app material-ui react react-router reactjs

Last synced: 1 day ago
JSON representation

React Playground using create-react-app, Material-UI and React Router

Awesome Lists containing this project

README

        

# React Playground
React Playground using [create-react-app](https://github.com/facebook/create-react-app), [Material-UI](https://material-ui.com/) and [React Router](https://reacttraining.com/react-router/)





## Notes
The idea of this project is to provide a UI that consume the apis exposed in the following Web APIs repositories:
- [NetCore.Playground.Api](https://github.com/joacod/NetCore.Playground.Api)
- [go-playground-api](https://github.com/joacod/go-playground-api)
- [node-playground-api](https://github.com/joacod/node-playground-api)

*All API projects implements the exact same endpoints.*

What we get from this:
- We have API implementations to download and hook up with our UI project.
- We can practice different approaches in React

## Prerequisites
- [Get familiar with React](https://reactjs.org/)
- [VS Code Extension for React Snippets](https://marketplace.visualstudio.com/items?itemName=xabikos.ReactSnippets)

## How to Run it
1. From the terminal: `npm start`
2. Once it's running, go to a browser
3. Hit the following url http://localhost:3000/
4. For the pages to work properly you will need a backend Web API up and running too, you can choose either of this:
- [NetCore.Playground.Api](https://github.com/joacod/NetCore.Playground.Api)
- [go-playground-api](https://github.com/joacod/go-playground-api)
- [node-playground-api](https://github.com/joacod/node-playground-api)