This is the project directory for the web application of EZH2 mutation predictor.
To run this program, please ensure that node (v12.16.3 or higher) and all packages in packages.json are installe on your local computer.
To get a local copy of this project, run ''' git clone https://github.com/Fred62879/EZH2Predict.git YOUR_DIR_NAME '''
To install node, please refer here. After you have node on your locla machine, cd to your directory where you cloned this project. And run ''' node init ''' to install all packages specified in package.json.
To run the server on your local machine, run ''' node app.js ''' , open your web browser and search '''localhost:3000''' and the UI will show up.