reuter-group / peprmint-web

Web-tool for calculating and visualizing hydrophobic protrusions
https://reuter-group.github.io/peprmint
10 stars 3 forks source link

NodeJS with Webpack

image

Build:

Assume you've installed node and npm, and downloaded the source code:

$ cd web-client/ 

$ npm install  # install the dependencies, only needed for the first time

## run a development server on your local machine: 
$ npx webpack serve  # this will automatically reload the server after any file modifications

## then visit the webpage at: 
## http://localhost:8080

Development plan:

V1.0

V1.1

V1.2

V1.3

V1.4

Other notes: