The Wayback Machine - https://web.archive.org/web/20201106011122/https://github.com/calazans10/webpack-starter
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Webpack Starter

Usage

  1. Clone this repository

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

     $ cd webpack-starter
    
  3. Install the dependencies

     $ npm install
    
  4. Run the server

     $ npm start
    
  5. 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

License

MIT © Jeferson Farias Calazans

You can’t perform that action at this time.