Skip to content

youhan26/rally-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rally-node

rally project of node version

Development(use dev branch)

  • install back-end
npm install
  • install front-end(app/client)
npm install
npm run build:dll
npm run
  • import sql table

  • change db config(app/server/db/builder.js)

  • run server

node app.js
  • flow check(OPTION)
npm run flow:start
npm run flow

font-end

  • minify bundle file
  • eslint check
  • environment split
  • remove flow any type
  • defect detail page
  • dashboard page
  • user page
  • config page

back-end

  • db design
  • logger
  • VO to DTO convert
  • move business check to service
  • user auth