This is meant for a quick start up of a React v18 application bundled with Webpack 5.
To get started run:
npm installnpm run dev
To create a build into the
distfolder run:npm run build:devnpm run build:prod
- "toy" apps for exploring React functionality
- a reference for webpack setup for bigger projects
- apps with static data structures (imported JSON files for rendering)
- simple apps reliant on non-restricted REST APIs, for example certain resources listed on:
- JSX
- SASS
- Images (png, svg, jpg, jpeg, gif, ico)
- Server on
localhost:3000bywebpack-dev-server - Build for production and development environments
- EJS template with custom templateParameters
- BundleAnalyzerPlugin
- Server side rendering
- Support for EJS partials
- Secure storage of secrets