Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfa1234/taptel
POC ionic + node + sequelize-typescript
https://github.com/dfa1234/taptel
angular5 ionic mysql node sequelize typescript
Last synced: 5 days ago
JSON representation
POC ionic + node + sequelize-typescript
- Host: GitHub
- URL: https://github.com/dfa1234/taptel
- Owner: dfa1234
- Created: 2017-12-10T10:08:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T16:08:53.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T20:45:07.973Z (2 months ago)
- Topics: angular5, ionic, mysql, node, sequelize, typescript
- Language: JavaScript
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation:
```bash
yarn global add ionic nodemon
# make sure ~/.yarn/bin/ is in your PATH (so you don't need 'sudo')
yarn# if there is problem when yarn installs:
# -> Debian/Ubuntu:
sudo apt install build-essential
# -> Windows:
npm install --global --production windows-build-tools# edit src-api/config.ts with you DB credentials
cp src-api/config.ts.sample src-api/config.ts
# see also the commands to initialize the DB in this file#Compile website with
ionic build --prod#start
yarn start#Redirect node to port 80 (work on debian/ubuntu):
yarn redirect-port
```