1.3.1 • Published 1 month ago

clean-start-express v1.3.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
1 month ago

clean-start-express

A simple clean webpack 5, babel 8, express.js, sass, css, and externalized stylesheet project setup for use.

npx clean-start-express app-name to create a base webpack/babel/sass setup into app-name folder.

Basic setup

This project is a preconfigured setup for the common modern toolchains. Every tutorial assumes React or some other tools that not everyone uses. This config will only config the following libraries and tools:

  • Webpack 5
  • Babel 8
  • SASS
  • Express.js
  • Mocha
    • chai
    • jsdom

Commands

The supported npm commands with this build are the following:

  • npm run dev
    • build to dist and creates a separate css file and bundle.js
  • npm run build
    • build to dist and creates a separate css file and bundle.js minified
  • npm run rebuild
    • completely clears node_modules and rebuilds
  • npm run reinstall
    • completely clears node_modules and installs
  • npm test
    • runs babel and executes mocha against the test folder
  • npm start
    • runs Express.js service
1.3.1

1 month ago

1.3.0

1 month ago

2.0.0

9 months ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

4 years ago

1.0.11

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago