Skip to content

JasonZhongjunyan/reactEMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactEMS

build this project with below tech.

reactreduxpostcss.

now we use express in server side, and use node-postgres to connect PostgresSQL.

Install

npm install

in order to make everything automated. It means the browser will auto refresh when client or server folder changed.

Sounds amazing! So first you need to install supervisor in global.

npm install supervisor -g

Run

start server in development environment.

npm start

in production environment we should use:

npm run start:prod

have fun :)

About

an equipment management system by react.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 21.7%
  • HTML 0.1%