Skip to content

mdmilic/NecuKuciWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NecuKuciWeb

Web application that will support and enhance NecuKuci mobile applications

Setup Development Machine

  1. Pull the code to dev machine and cd <project_root>
  2. Install & configure AWS CLI (if not done already). Request user details
    aws configuer list
    brew install awscli
    aws configure
  3. Install npm dependencies for both client & server
    cd server
    npm install
    cd ../client
    npm install
  4. Open server
    cd server
    npm start
  5. Open client
    cd client
    npm run dev
  6. Open http://localhost:8080 in browser

About

Web App for NecuKuci

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors