Virtual Stock Market Game
For the first time :
Give permissions - chmod 755 run.sh
Then simply run the script:
./run.sh
OR you can do it manually:
You need to have npm
, nodejs
and angular/cli
installed to run the project
npm install
This will install express dependencies
cd bnb
Moving to Angular folder
npm install
This will install angular dependencies
cd ..
npm run build
nodemon
Disable git to monitor any changes to the auth.js file
git update-index --skip-worktree config/auth.js
npm test
- fork this repo.
- clone your fork and work in your fork.
- before creating pull request :
git pull --rebase origin <branch>
- all packages should be installed using
npm install <package name> --save
- There will be frequent merge conflicts in package.json file so resolve them properly.
- Angular part is in 'bnb' folder.