A server desiged to authenticate users from the Plutio API, integrated with the WebSpace Client area.
- Node (14.15.4)
- NPM (7.20.3)
- Clone this repository to your local machine.
- Fill in the server URL (You must have cloned the music theory backend)
- Run
cp .env.example .env
and fill in the appropiate server url - Run
npm install
to install the dependencies - Run
npm start
to run the application in development - Run
npm run build
to build the application