Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 582 Bytes

react-redux-loopback-starter

A boilerplate for a Redux-React application using LoopBack

Scripts

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

  • npm run serve: Starts development server with hot-reloading.

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

  • npm run clean: Removes the bundled files.

  • npm run lint: Runs eslint on the entire application.

  • npm run lint:client: runs eslint on the client directory.

  • npm run lint:server: runs eslint on the server directory.