UNPKG
oxeo
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Single command MERN stack creation tool.
github.com/FedoraGameDev/oxeo
FedoraGameDev/oxeo
oxeo
/
template
/
frontend
/
src
/
Constants
/
Routes.js
4 lines
•
124 B
JavaScript
View Raw
1
2
3
4
module
.exports = { build: vars => `
export
const
BACKEND =
"http://localhost:3001/api"
;
export
const
HELLO =
"/hello"
;` }