Skip to content

Universal React App + Redux + React-Router + Semantic-UI-React

Notifications You must be signed in to change notification settings

adrivelasco/av-ecommerce

Repository files navigation

AV eCommerce

Universal React App built on top of Node.js, Express, React, and Redux, containing modern web development tools such as Webpack, Babel and Semantic UI React.

Requirements

  • Mac OS X, Windows, or Linux
  • Node.js v9.0 or newer
  • Text editor or IDE pre-configured with React/JSX/Flow/ESlint

Getting Started

  1. Clone the repo and install dependencies
git clone git@github.com:adrivelasco/av-ecommerce.git
cd av-ecommerce
npm install -g webpack
npm install
  1. Copy the .env.example file to .env and configure it.

  2. Run server (default: PORT 3002)

  • Production mode
npm run build
npm run start
  • Development mode
npm run build:watch
npm run start:watch

Developers


Copyright © 2018.