Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 270 Bytes

File metadata and controls

16 lines (13 loc) · 270 Bytes

React Starter Project

Default MySQL config:

mysql: {
  username: 'root',
  password: '',
  dbName: 'react-starter',
  host: 'localhost',
  multiStatement: false,
  enableLogging: true
}

To login use starter as Username and 123456 as password.