Skip to content

ronlug/CPE-termproject-B74

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B74

use react and scss and mysql in server maintance --v

install and setup

    git clone 'url'
    npm install
    npm start
    # work!!

If pull from remote but file doesn't change use command:

This command will delete current local branch

    # this command will foget everything in local
    # and made them exact the same as origin/master

        git reset --hard origin/master

Pages

If get error when try to compile try this command to install package
    npm  install
How to move between page
<Link to="/pageaddress"></Link>
// page address can see or change in
// Route.path element in App.js

Technical Back-end

use real-time database rethinkdb or any database in alternative use nodejs and expressjs(rest api) to connect to database

npm install express --save
npm i rethinkdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •