Skip to content

zkjs/code-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Verify

Code-verify is a website that used to check etherum's solidity

Installation

FrontEnd is build by html5

Install it from npm(using gulp etc)

cd ./BackEnd
npm install

cd ./BackEnd/app
npm install

that's all. Html5 file will be found in dist file.

Delopy

BackEnd is build by node.js

First copy all files under dist from FrontEnd to BackEnd'public file

Install it from npm(using express pm2 etc)

cd ./BackEnd
npm run deploy

visit website by localhost:3000

Happy hacking