1.5.0 • Published 5 years ago

webpack-4-scratch v1.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Webpack 4, React, Jest, Babel 7 starter project

Build Status PRs Welcome

Dependencies

A pre-configured starter project with the following features (all accurate at time of writing, very likely subject to change!);

  • Webpack 4
  • Babel 7
  • Jest
  • Enzyme
  • ESLint & Prettier
  • Generator (async/await) polyfill

Main commands

# Run the dev server on port 8080
npm start

# Generate a production build
npm run build

# Run ESLint
npm run lint

# Run unit tests
npm test
1.5.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago