nithinankam / Webpack-Setup

An ideal project setup for any project using Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

$ yarn
$ yarn start

About

An ideal project setup for any project using Webpack

License:GNU General Public License v2.0


Languages

Language:JavaScript 87.3%Language:HTML 10.4%Language:CSS 2.3%