Skip to content

PerfectDemo/rc-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a simple file store by react.js and egg.js

run front server

cd front

npm install -g parcel-bundler
npm install
npm run dev

// will run front server in port 8090

run backend server

  1. cd backend
  2. modify app/config/config.default.js for your database config
 config.sequelize = {
    dialect: 'mysql',
    username: 'root',
    password: '123456',
    database: 'rc',
    host: '127.0.0.1',
    port: 3306,
    ...
  1. create database rc or any other name you like
  2. run npm install install module
  3. run npm run start to start the server.

About

a simple file store by react.js and egg.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published