Skip to content

griddynamics/ui-intshp2-cp-tarsiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopy App

Shopy App built with MERN stack and Redux

Quick Start

# Install dependecies for server
npm install

# Install dependecies for client
npm run client-install

# Runs the server part of the app
npm run server

# Runs the client part of the app
npm run client

# Runs the client & server with concurrently
npm run dev

# Launches the test runner in the interactive watch mode
npm run tdd

# Runs server in the production mode on http://localhost:3001
npm run production-server