Skip to content

Agaetis-IT/agaetis-react-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agaetis-react-scripts

This package includes scripts and configuration used by Create React App with a Agaetis flavor.

Start a new project

  • Run create-react-app app-name --scripts-version agaetis-react-scripts
  • ????
  • PROFIT!!!!

How to test it without publishing on NPM

  • Install Verdaccio with npm install -g verdaccio
  • Run verdaccio
  • Configure NPM to use your custom server npm config set registry http://localhost:4873/
  • Add a new user with npm adduser --registry http://localhost:4873/
  • Publish your package with npm publish --registry http://localhost:4873
  • Run create-react-app test-app --scripts-version agaetis-react-scripts to test your starter
  • Run npm config delete registry to reset registry to official

About

Agaetis configuration and scripts for Create React App.

Resources

Stars

Watchers

Forks

Packages

No packages published