/web-course-starter

Webpack starter for web course

Primary LanguageJavaScriptMIT LicenseMIT

web-course-starter

Empty project.

Building and running

First install dependencies:

npm install

To create a production build:

npm run build

To create a development build:

npm run dev # it will also serve app on http://localhost:8080