/parse-server-example-typescript

A sample Parse Server running with Typescript

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Parse Server Example Typescript

A sample Parse Server running with Typescript

How to use:

  1. Install the dependencies:
npm install 
  1. Start the debug server
npm run debug

How to deploy:

  1. Create a distribution with:
npm run deploy
  1. Locate the newly generate dist folder, this can be deployed on a host of your choice.
  • This guide walks though deploying your server to AWS Elastic Beanstalk.