-
Clone this repository
$ git clone [email protected]:calazans10/webpack-starter.git
-
Change directory to the application folder
$ cd webpack-starter
-
Install the dependencies
$ npm install
-
Run the server
$ npm start
-
Using a browser, go to
http://localhost:8080
to load the initial page
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Submit a pull request
MIT © Jeferson Farias Calazans