https://github.com/zeroidentidad/au2-basic-ecommerce
Aurelia 2 basic ecommerce and simple Node Rest API
https://github.com/zeroidentidad/au2-basic-ecommerce
aurelia2 javascript typescript
Last synced: 10 months ago
JSON representation
Aurelia 2 basic ecommerce and simple Node Rest API
- Host: GitHub
- URL: https://github.com/zeroidentidad/au2-basic-ecommerce
- Owner: zeroidentidad
- Created: 2022-12-31T22:53:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T23:27:17.000Z (about 3 years ago)
- Last Synced: 2025-01-30T11:11:13.312Z (12 months ago)
- Topics: aurelia2, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# au2-basic-ecommerce template
Aurelia 2 basic web ecommerce & simple Node Rest API
# Web
Aurelia 2 need node version >= 14.x
- `yarn install` or `npm install` the dependencies
- `yarn start` or `au2 start` to run the dev server
- The web will be running on port `9000` at http://localhost:9000
# API
- `yarn install` or `npm install` the dependencies
- `yarn start` or `npm run start` to run the dev server
- The API will be running on port `3002` at http://localhost:3002