gianlazz / Gian-TS-Stack

Full Stack Typescript Boilerplate
https://lazz.tech/Gian-TS-Stack/
1 stars 0 forks source link

Full Stack Typescript/Node.js Stack For Cross Platform Solutions

Platform CI/CD
Ionic Netlify Status
Server Build Status

QuickStart

Install Dev Dependencies

  1. Install VSCode: https://code.visualstudio.com/download
  2. Install NodeJS LTS: https://nodejs.org/en/download/
  3. Install Ionic Framework v4 CLI: https://ionicframework.com/docs/installation/cli
    • npm install -g ionic
  4. Install Docker: https://www.docker.com/products/docker-desktop
  5. Install Postgres:
  6. Setup Postgres DB For Develpment:
  7. Modify the server/.env
    • cd server/
    • touch .env
    • copy over and modify values in the .env.sample
  8. Enable Typeorm CLI for migrations
    • npm i -g typeorm
  9. Launch server and it will also run the db migrations
    • F5

Launch the project

Coming Soon

Developer Documentation


Initial Setup Date: 05/17/2019

Gian Lazzarini