This package includes scripts and configuration used by Create React App with a Agaetis flavor.
- Run
create-react-app app-name --scripts-version agaetis-react-scripts - ????
- PROFIT!!!!
- 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-scriptsto test your starter - Run
npm config delete registryto reset registry to official