Full Stack Typescript/Node.js Stack For Cross Platform Solutions
Platform |
CI/CD |
Ionic |
|
Server |
|
QuickStart
Install Dev Dependencies
- Install VSCode: https://code.visualstudio.com/download
- Install NodeJS LTS: https://nodejs.org/en/download/
- Install Ionic Framework v4 CLI: https://ionicframework.com/docs/installation/cli
- Install Docker: https://www.docker.com/products/docker-desktop
- Install Postgres:
- Setup Postgres DB For Develpment:
- Modify the server/.env
- cd server/
- touch .env
- copy over and modify values in the .env.sample
- Enable Typeorm CLI for migrations
- Launch server and it will also run the db migrations
Launch the project
- Clone The Repo
- Open VSCode
- Open Terminal In VSCode
cd server && npm install && cd - && cd ionic && npm install
- Open Command Pallet
- Type "Tasks: Run Task" & Hit Enter
- Ionic Serve
- Open Command Pallet
- Type "Tasks: Run Task" & Hit Enter
- Run Server
Coming Soon
Developer Documentation
Initial Setup Date: 05/17/2019
Gian Lazzarini