We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51802e6 commit ca539eaCopy full SHA for ca539ea
README.md
@@ -2,6 +2,16 @@
2
3
Monorepo containing setup for a best-practice React application scaffolding
4
5
+### Installing
6
+
7
+```bash
8
+npm i @modus/babel-preset-react @modus/eslint-config-modus @modus/more --registry=https://npm.modus.app/
9
+```
10
11
+Then use [sample project](../sample) as a basis for setting up `package.json`, `.eslintrc.yml`, and `babel.config.js`.
12
13
+**TODO:** use `modus` CLI to do that automatically
14
15
### ENV variables
16
17
You can use environment variables to configure build scripts.
0 commit comments