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

Custom fork of create-react-app with typescript and boilerplate redux implementation

License

Notifications You must be signed in to change notification settings

Devinmarra/custom-react-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@devinmarra/react-scripts

This is a custom package replacing react-scripts to include redux and some boilerplate code. The template is react with typescript and redux, including some basic file structures and skeleton functions with which to build on, with the intent on saving time and not having to go back to old projects to reference a pattern.

To install, add command argument as follows create-react-app app-name --scripts-version=@devinmarra/react-scripts

Note For now, You will need to host this on your own NPM host such as verdaccio, and then configure your registry to that path npm set registry http://localhost:4873

Full credit goes to original authors, and I've done my best to preserve their original content, while modifying only what I need.

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

About

Custom fork of create-react-app with typescript and boilerplate redux implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published