Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`