Skip to content

oveddan/thesis-archive-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Code for the Website of ITP Thesis Archive 2020.

It is built in React and Typescript.

To Develop Locally

In the project directory, to install all dependencies, run:

yarn

To start the application, run:

yarn start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To Build a Package that can be Deployed to a Site

In the project directory:

yarn build

This will create the built package in 'build'

To test it on a local server:

yarn global add serve
serve -s build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.1%
  • CSS 13.8%
  • HTML 1.7%
  • JavaScript 0.4%