Skip to content

dplusic/back4app-express-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

back4app-express-starter-kit

Starter kit for back4app express web hosting with babel and webpack

Features

  • babel (7.0.0-beta, preset-stage-0)
  • webpack (HMR)
  • eslint (airbnb/base, prettier)

Getting Started

  1. Install Back4App Cli
  2. Configure Back4App Account Keys
  3. npm run init-cloud-code
  4. Set PARSE_SERVER_DATABASE_URI as an environment variable
    • Get the URI from: Back4App > Server Settings > Core Settings
    • or, your local MongoDB
  5. npm start

Deploy

  1. npm run build
  2. npm run deploy

Remarks

About optionalDependencies in package.json

  • These dependencies are provided by "Parse Server 2.6.5", so will not be packed.
  • ejs@2.5.2 is excluded because of its vulnerabilities(1, 2).
  • moment@2.15.2 and its reference jsonwebtoken@7.1.9 are excluded because of its vulnerability(1).

About

Starter kit for back4app express web hosting with babel and webpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors