Skip to content

zeroidentidad/au2-basic-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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