Prerequisites - Node.js and NPM are required to be installed before you can build and run this project locally. https://nodejs.org
- Open a Node.js console
git clone
https://github.com/MajorGamerGeek/stockfullstack.git- Change directory to the cloned api project
cd stockfullstack\api-server
- Perform an
npm install
- Then perform an
npm start
- Open another Node.js console
- Change directory to the cloned web project
cd stockfullstack\stocks-app
- Perform an
npm install
- Then perform an
npm start
- A browser window should automatically open and navigate to the running application at http://localhost:3000