Amazon lookalike with Node, and Angular v5 (universal). Demo at: https://sumanb.com
You need to have Node v7.6.0 or higher and PostgreSQL installed.
-
Install dependencies
yarn install or npm install -
Config is in:
less config/amazon.json. Make changes there as you see fit (database user/password, OAUTH 2 etc) -
You can find the database schema and inserts/seed in
config/schema -
Build project after creating the database:
yarn build:dynamic -
Finally, start the server:
yarn serve:dynamic