0.2.0 • Published 5 years ago
@entur/cra-template v0.2.0
@entur/cra-template
A template for creating a new React with some Entur-specific setup.
npx create-react-app my-awesome-app --use-npm --template @enturDevelopment
If you want to test changes to the template locally, you can use the file: prefix:
npx create-react-app my-app --template file:../path/to/your/clone/of/cra-template-enturRead the official docs on Custom Templates here: https://create-react-app.dev/docs/custom-templates/