A Dashboard made it for MVPs with support for many providers.
- complete CRUD.
- Auth2.
- Easy to understand and change.
- Easy to make mocked back-end.
The following tools were used in this project:
Before starting 🏁, you need to have Git, Node and Yarn installed, and an account on google api to use google as the auth provider, if not you can choose any provider you want.
also you have to fill the .env file.
# Clone this project
$ git clone git@github.com:Thiago-spart/dashboard-ignote-react.git
# Access
$ cd dashboard-ignote-react
# Install dependencies
$ yarn
# Run the project in developer mode
$ yarn dev
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE.
Made with ❤️ and ☕
React Router is developed and maintained by Thiago Spart and Alessandro H. Ramos.