Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

AJarombek/react-webpack-seed

Repository files navigation

react-webpack-seed

Maintained Label Deprecated Label Archived Label

Code Migrated to andy-jarombek-research

Overview

Seed application for React and Webpack, usable as a starting point for a full application.

Commands

Configure Locally

yarn

yarn lint
yarn prettier:check
yarn prettier:write

Run Locally

yarn start

Files

Filename Description
mocks Mocks for Jest unit tests.
src React application code.
test Jest test code.
.babelrc Config file for the Babel JavaScript transpiler.
.eslintrc.js Config file for ESLint.
docker-compose.yml Docker compose file for deploying Container applications.
Dockerfile Dockerfile for containerizing the app.
package.json NPM Dependencies and commands for the application.
webpack.config.js Main webpack configuration file.
webpack.parts.js Smaller webpack parts to combine with the main configuration.
yarn.lock Where Yarn stores the versions of each dependency.

Version History

V.1.1.0 - Modernization Update

Release Date: October 7th, 2023

  • Upgrade to React 18
  • Upgrade to Webpack 5
  • Add GitHub Actions for Testing, Linting, and Formatting
  • Upgrade Babel
  • Add Prettier

V.1.0.0 - Initial Release

Release Date: March 17th, 2019