Working on initial template for starting new projects with React.
You simply need to create an .env file in your root folder, following the example of .env-example, fill in your Keycloak information and settings, install the dependencies with
yarn install
and then start the project
yarn start
done! :D
For fast and agile development when making React Admin project
Node
The project was developed using the following technologies
- React
- Typescript
- Material - UI
- Keycloak JS
- React Router Dom
- Eslint
- Prettier
- Fork this repository
- Create a branch with your feature
- Commit your changes
- Create a Pull Request here! :D
This project is under MIT license. See the file LICENSE for more details.