https://github.com/ashish-simplecoder/fast-create-react-app
A fast alternative of the create-react-app(CRA) using webpack
https://github.com/ashish-simplecoder/fast-create-react-app
babel boilerplate-template build-tools create-react-app env-support javascript performance reactjs scratch-setup-webpack type-cheking typescript webpack
Last synced: 3 months ago
JSON representation
A fast alternative of the create-react-app(CRA) using webpack
- Host: GitHub
- URL: https://github.com/ashish-simplecoder/fast-create-react-app
- Owner: Ashish-simpleCoder
- License: mit
- Created: 2022-10-23T12:09:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T05:14:48.000Z (about 3 years ago)
- Last Synced: 2025-10-04T10:33:44.618Z (3 months ago)
- Topics: babel, boilerplate-template, build-tools, create-react-app, env-support, javascript, performance, reactjs, scratch-setup-webpack, type-cheking, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 3.01 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-create-react-app 🚀
An performant alternative of official create-react-app.
Now save your time by using this template for production/development a react-app
## Features
---
- React-Refresh/Hot Loader support
- React-Javascript/Typescript support inbuilt
- Checking Typescript code inn runtime
- Html template
- Env file support
- Absolute Path support for imports
- Module alias support
- Source map generation on build time
- No need to do ```import React from 'react' ``` any where in the component
- CSS/SCSS Support inbuilt and also compression support for build
- Manifest file generation at build time
- Customize as much you want according to your need
- Code Split support
- Optimized Build for production with Gzip compression via webpack
### Loaders Available (Default)
---
- babel-loader for javascript
- css/sass loader
- font loader
- image/gif loader