- Copy the
.env.example
to.env
and replace the variables values. - Install the dependencies:
npm install
. - Start the server:
npm start
. - The service will be available at:
http://localhost:3000
.
This project was bootstrapped with Create React App and uses the React Admin Framework for building the application.