/basic-express-testing

Express App to help with quick prototyping

Primary LanguageJavaScriptMIT LicenseMIT

Basic Express Testing

A basic express setup for testing purposes

Includes

  • Express
  • Webpack
  • Prettier
  • ESLint

Setup

All Helpful Commands

Run the server:

$ node index.js

Fix issues:

$ npm eslint:fix

Compile frontend assets:

$ npm run webpack:watch
// or
$ npm run webpack:clean && npm run wepack:build