Coder Social home page Coder Social logo

e-commerce-clone-project's Introduction

e-commerce-clone-project

vscode-firebase

firebase

new project
project name->amazon-clone
google analytics(optinal)-> Not at the moment โœ”๏ธ

click amazon-clone project
click </> (web) button

add app nickname-> amazon-clone
checked item-> "Also set up firebase hosting for this app"
click register app
next
npm install -g firebase-tools
go to console

in new terminal vscode

npm install -g firebase-tools

//sign in to google
firebase login
//initiate your project
firebase init
//deploy your web app
firebase deploy

go to sidebar and click settings button -> project setting
firebase sdk snippet choose config and copy code then go vscode
in src folder create a firebase.js file and paste code to the file
delete 3 file-> App.test.js , logo.svg , setupTests.js
clear div tag included code at App.js file and delet import logo.svg file line
clear App.css file in code
add code top index.css

  • {
    margin:0;
    }
    create Header.js in src folder
    add plugin "VS Code ES7 React/Redux/React-Native/JS snippets" and "Prettier"
    in Header.js write "rfce" click enter button
    create Header.css

HEADER

logo -search - little picture

vscode

npx create-react-app amazon-clone
cd amazon-clone
npm start

e-commerce-clone-project's People

Contributors

shadeofdream avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.