This is the repo for the programming vis class for Fall 2020 at pratt.
This is a basic webpage. Copy content of src
onto a web server. This project also includes a basic http server to run the site for development purposes. To get started with this setup run npm install
and then npm run start
to run the server. The server setup with this app has caching turned off to ensure latest code changes are seen. This is not optimal for a production setup.
# Start local server hosting files, normally runs on port 8080 on localhost.
npm run start
# Open the proper URL in the default browser and start the server.
npm run dev