Skip to content

Latest commit

 

History

History

admin

Sabiá Admin

Running the Admin Server

  1. Copy the .env.example to .env and replace the variables values.
  2. Install the dependencies: npm install.
  3. Start the server: npm start.
  4. The service will be available at: http://localhost:3000.

React Admin

This project was bootstrapped with Create React App and uses the React Admin Framework for building the application.