Skip to content

NativeSync/loopback-example-full-stack-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loopback Examples: Full Stack

An example running LoopBack in the browser and server.

Install and Run

  1. You must have node and git installed.

  2. Clone the repo.

  3. cd loopback-example-full-stack

  4. npm install - install the root package dependencies

  5. npm install gulp -g - skip if you have gulp installed

  6. gulp install - install the sub package dependencies

  7. gulp - build and run the entire project in development mode

  8. open http://localhost:3000 - point a browser at the running app

About

An example running LoopBack in the browser and server

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 23.5%
  • HTML 13.1%