Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 438 Bytes

Adidas-shop

This project was bootstrapped with Create React App.

$ npm install
    Install all the packages for the development server.

$ npm start
    Run dev-server.

$ npm run lint
    Run the eslint.

$ npm run build
    Build static app

$ surge
    Deploy project in surge.sh

$ surge -p build -d domain-name.surge.sh
    Deploy project in exist surge account