cra-template-oberon
v1.0.14
Published
The base oberon template for Create React App.
Downloads
3
Readme
Oberon CRA template.
A template for create-react-app that sets up a example project with all oberon dev tooling (linters, compilers, git hooks, deployment scripts) applied.
npx create-react-app --template oberon my-awesome-project
NOTE
Due to a bug in CRA, you will have to run npm i
manually after installing in order for the commit hook to become active.