Skip to content

Commit ca539ea

Browse files
committed
howto install
1 parent 51802e6 commit ca539ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Monorepo containing setup for a best-practice React application scaffolding
44

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+
515
### ENV variables
616

717
You can use environment variables to configure build scripts.

0 commit comments

Comments
 (0)