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.
- Mac OS X, Windows, or Linux
- Node.js v9.0 or newer
- Text editor or IDE pre-configured with React/JSX/Flow/ESlint
- Clone the repo and install dependencies
git clone git@github.com:adrivelasco/av-ecommerce.git
cd av-ecommerce
npm install -g webpack
npm install
-
Copy the
.env.example
file to.env
and configure it. -
Run server (default: PORT 3002)
- Production mode
npm run build
npm run start
- Development mode
npm run build:watch
npm run start:watch
Copyright © 2018.