calazans10 / parcel-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel Tutorial

Usage

  1. Clone this repository

    $ git clone git@github.com:calazans10/parcel-tutorial.git
    
  2. Change directory to the application folder

    $ cd parcel-tutorial
    
  3. Install the dependencies

    $ npm install
    
  4. Build the application

    $ npm run build
    
  5. Serve the app as a static web project

     $ npm run serve
    
  6. Using a browser, go to http://localhost:8080 to load the initial page

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Submit a pull request

About


Languages

Language:HTML 48.9%Language:SCSS 43.1%Language:JavaScript 8.0%