Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amyx000/react-codesplit-typescript-webpack-babel
https://github.com/amyx000/react-codesplit-typescript-webpack-babel
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amyx000/react-codesplit-typescript-webpack-babel
- Owner: Amyx000
- Created: 2024-04-30T06:23:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T07:20:40.000Z (7 months ago)
- Last Synced: 2024-05-01T07:49:57.838Z (7 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App with Webpack, Babel, and TypeScript
This React app is built from scratch using Webpack and Babel in a TypeScript environment. It serves as a learning resource to understand how to build and bundle React applications, both with and without code splitting.
`npm run build` This will create the bundled JavaScript file and other files as code splitted using Webpack and Babel in the dist folder.