breatheco-de / student-client

BreatheCode Students Client (currently in development)
https://student-client.breathecode.now.sh
5 stars 10 forks source link

BreatheCode Student Web Client

This is the application used to deliver the courses on the BreatheCode's platform: learn.breatheco.de (previously student.breatheco.de)

Instalation

  1. Download the repository
    $ git clone <repo_url>
  2. Install npm packaes
    $ npm install
  3. Create your .env file and setup the envirnoment variables
    
    // .env

//The wordpress host WP_HOST=127.0.0.1


c