devhulk / baseWeb

Webpack && Express base project setup with es2015.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

If you don't have nodemon already...

npm i nodemon -g

Open two terminal windows and run npm start in one and npm run dev in another.

Open localhost:3000 and you should see your hello world message.

About

Webpack && Express base project setup with es2015.


Languages

Language:JavaScript 84.7%Language:HTML 15.3%