An open API service indexing awesome lists of open source software.

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

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