Web application that will support and enhance NecuKuci mobile applications
- Pull the code to dev machine and
cd <project_root> - Install & configure AWS CLI (if not done already). Request user details
aws configuer list
brew install awscli aws configure
- Install npm dependencies for both client & server
cd server npm install cd ../client npm install
- Open server
cd server npm start - Open client
cd client npm run dev - Open
http://localhost:8080in browser