mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 23:16:53 +00:00
Implements EJS for some template action
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name" : "website-using-express",
|
||||
"name" : "gocryptotrader-website",
|
||||
"version" : "0.0.1",
|
||||
"scripts" : {
|
||||
"start" : "node Server.js"
|
||||
},
|
||||
"dependencies" : {
|
||||
"express" : "latest"
|
||||
"express" : "latest",
|
||||
"ejs":"latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user