Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berkeleycole authored Aug 9, 2019
1 parent b5c5265 commit a20803d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Webbpack Express Example App
# Webbpack Express With Sass Example App

The goal of this repo is be an example of a basic but functional app built on Express and Webpack.

Expand All @@ -8,12 +8,10 @@ If you want to follow along, start from branch 0-initial-setup. Each branch in t

We will cover:

- Webpack entry point
- Webpack output and dist folder
- Webpack Loaders
- Webpack Plugins
- Webpack Mode
- Tools for convenient Webpack development
- Transpiling Sass to CSS using Webpack
- Fixing Javascript event errors
- Building a better production config for Webpack
- Adding Service Workers to our app using Webpack

## Get Up and Running

Expand All @@ -25,5 +23,6 @@ git clone -- [email protected]:[your-user-name]/webpack-express.git --

`cd` into your new folder and run:
- ```npm install```
- ```npm start``` to start the app
- this app runs on localhost:8080, but you can of course edit that in server.js
- ```npm run build-dev``` to start the webpack dev server
- ```npm run build-prod``` to generate a dist folder for prod
- ```npm start``` to run the Express server on port 8081

0 comments on commit a20803d

Please sign in to comment.