Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crisu83/webpack-minimal
Minimalistic Webpack setup with Babel
https://github.com/crisu83/webpack-minimal
Last synced: 13 days ago
JSON representation
Minimalistic Webpack setup with Babel
- Host: GitHub
- URL: https://github.com/crisu83/webpack-minimal
- Owner: crisu83
- License: mit
- Created: 2016-10-10T16:23:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T18:57:54.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T21:32:58.574Z (21 days ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-minimal
Minimalistic Webpack setup with Babel.
## Getting started
- Install [NPM](https://www.npmjs.com/) and [Yarn](https://yarnpkg.com)
- Clone this project
- Run `yarn` to install dependencies
- Run `npm start` to start up the development server
- Application is now available at `localhost:5000`