Skip to content

jpreecedev/webpack-4-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bare bones React boilerplate, featuring Webpack 4, React, Jest, PostCSS and TypeScript

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!);

  • React / React Router
  • Webpack 4
  • TypeScript
  • PostCSS
  • Jest
  • React Testing Library
  • ESLint & Prettier

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/integration tests
npm test