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

https://github.com/kimobrian/webpack-setup

An ideal project setup for any project using Webpack
https://github.com/kimobrian/webpack-setup

angularjs webpack webpack-setup webpack3

Last synced: 4 months ago
JSON representation

An ideal project setup for any project using Webpack

Awesome Lists containing this project

README

          

# Webpack-Setup
An ideal project setup for any project using Webpack

Note:
All features are incrementally included on the `angular` branch. Use the `dashboard` branch to see the implementation of `webpack-dashboard`.

Create a `.env` file in the root folder with:

for `angular` branch
```
API_KEY=1234567890
APP_ENV=prod
```

for `dashboard` branch
```
API_KEY=1234567890
APP_ENV=dev
```

Setup.

```sh
$ yarn
$ yarn start
```