Experimental dashboard connected to Rails API project. Implemented list, add, edit and delete events.
Get via git clone:
$ git clone https://github.com/purai/react_dashboard.git
$ cd react_dashboard
Get dependencies with NPM:
$ npm install
Start the server with npm start
.
Then application will start at http://localhost:3000
.
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details
Made with ❤️ by Felipe Mendes.