Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loopback-redux-react-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-redux-react-boilerplate

A boilerplate for a Redux-React application using LoopBack

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

loopback-redux-react-boilerplate

A boilerplate for a Redux-React application using LoopBack

Get Started

  • Clone this repository or use npm
$ git clone https://github.com/tngan/loopback-redux-react-boilerplate.git
$ npm install loopback-redux-react-boilerplate
  • Install dependencies specified in package.json
$ npm install
  • Start the server (default port is set to 3000)
$ npm start

Scripts

  • npm run deploy: Bundles the application into .build/dist.

  • npm run start_prod: Starts production server, make sure you have already deployed the application.

  • npm run clean: Removes the bundled files.

Built-in example

A simple 'Hello World' Redux-React application is included in this boilerplate. You can find those files under /client.

Hot reloading is only applied in development mode. In production mode, the code base is pre-compiled and placed under .build/dist.

License

MIT

Copyright (C) 2016 Tony Ngan, released under the MIT License.

Keywords

FAQs

Package last updated on 05 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc