From ff8e19255f2f0bbf0e61955f281073485002da27 Mon Sep 17 00:00:00 2001 From: Bill Bittner Date: Fri, 18 May 2018 15:40:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 59228108..d6fb1f7a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ npm install spee.ch --save * `index.js` is the entry point for the server. It creates the [express app](https://expressjs.com/), requires the routes, syncs the database, and starts the server listening on the `PORT` designated in the config file. * the `server/routes` folder contains all of the routes for the express app * the `server/models` folder contains all of the models which the app uses to interact with the `mysql` database. Note: this app uses the [sequelize](http://docs.sequelizejs.com/) ORM. -* webpack - * During the build process, webpack creates a bundle for this project at `index.js`: ## Tests * This package uses `mocha` with `chai` for testing.