Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 451 Bytes

cc-tutor-frontend

The public API is available at: https://cc-tutor-api.herokuapp.com/

The application is available at: https://cc-tutor.herokuapp.com/

A compilation process visualization, interaction system and a compiler construction assistant.

This is the frontend of the CC Tutor platform.

Development Setup

  1. Run npm install
  2. Copy the contents of .env.example onto .env.
  3. Run npm start to start the development server.