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
- Host: GitHub
- URL: https://github.com/kimobrian/webpack-setup
- Owner: kimobrian
- License: gpl-2.0
- Created: 2017-11-07T01:13:06.000Z (about 8 years ago)
- Default Branch: angular
- Last Pushed: 2020-09-02T08:27:15.000Z (over 5 years ago)
- Last Synced: 2025-02-01T08:06:15.155Z (11 months ago)
- Topics: angularjs, webpack, webpack-setup, webpack3
- Language: JavaScript
- Size: 14.6 KB
- Stars: 26
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```