Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

imba/webpack-app-imba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Imba

Tiny template for Imba using webpack & webpack-dev-server

Getting started

git clone https://github.com/imba/webpack-app-imba
cd webpack-app-imba
npm install

You can run the app in two ways, either served via the webpack-dev-server or Express.

Webpack

npm start
# Go to url logged out by devserver
# usually "Project is running at http://localhost:8080/"

Server side

First make sure you have built or are watching the client

npm run watch

Then in another tab / session

npm run express