Aurelia 2 basic web ecommerce & simple Node Rest API
Aurelia 2 need node version >= 14.x
yarn install
ornpm install
the dependenciesyarn start
orau2 start
to run the dev server- The web will be running on port
9000
at http://localhost:9000
yarn install
ornpm install
the dependenciesyarn start
ornpm run start
to run the dev server- The API will be running on port
3002
at http://localhost:3002