https://github.com/calazans10/webpack-starter
A simple webpack starter
https://github.com/calazans10/webpack-starter
simple starter starter-kit webpack webpack4 webpack4starter
Last synced: about 1 month ago
JSON representation
A simple webpack starter
- Host: GitHub
- URL: https://github.com/calazans10/webpack-starter
- Owner: calazans10
- License: mit
- Created: 2017-11-18T12:34:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T08:25:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T11:54:25.173Z (over 1 year ago)
- Topics: simple, starter, starter-kit, webpack, webpack4, webpack4starter
- Language: JavaScript
- Homepage:
- Size: 2.76 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://calazans10.com)