Skip to content

ubiqueIoT/parse-server-example-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.