shameekbaranwal / popl-baseline

A repository to represent the ideological baseline for our new programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoPL Assignment 2

Steps to run the code

  1. Install node on your machine following the steps mentioned on the official website.
  2. Clone this repository on your machine.
  3. Open a terminal session in the root of the repository, and run the following command once:
npm install
  1. Once the dependencies have been installed, run the following command to start the server locally:
npm run start
  1. Now that the server is running, open http://127.0.0.1:8000 on your browser to view and interact with the application. On making any changes to the actual front-end of the app (located within the /public folder), you would need to refresh your browser to view the latest version of the app on your browser.

About

A repository to represent the ideological baseline for our new programming language.


Languages

Language:CSS 69.5%Language:HTML 16.2%Language:JavaScript 14.2%