Khoidao55 / Front-End-Capstone

Front-end retail web application, which will simulate an online shopping product information page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodolla is a Front-End E-commerce application created using JavaScript, React.JS, Node.JS, Express.JS, HTML/CSS, deployed and hosted on AWS.

Nodolla Setup Instructions

  1. Create a config.js file in the root repo directory with the following format:

    module.exports = { TOKEN: 'your GitHub API token within these quotes' };

  2. Run 'npm install' to load dependencies

  3. Run 'npm run react-dev' to compile jsx components into webpack bundle

  4. Run 'npm start' to spin up live-server

  5. Navigate to http://localhost:3000 in your browser

Product Demo

About

Front-end retail web application, which will simulate an online shopping product information page.

License:MIT License


Languages

Language:JavaScript 85.3%Language:CSS 14.7%