Skip to content

vibhanshuc/sg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. node.js (v8.2+)
  2. npm (v5.3+)
  3. yarn (v1.3.2) (optional)

To install yarn run npm install -g yarn.

Steps

  1. Clone repository and go into project directory.
  2. To install project dependencies run npm install or yarn
  3. To start project in development mode run npm run start or yarn start
  4. To serve project in build/production mode run npm run build:serve or yarn build:serve