We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit b1890aeCopy full SHA for b1890ae
README.md
@@ -0,0 +1,20 @@
1
+# CLRC_Invest
2
+
3
+## CLI Commands
4
+* `npm install`: Installs dependencies
5
6
+* `npm run dev`: Run a development, HMR server
7
8
+* `npm run serve`: Run a production-like server
9
10
+* `npm run build`: Production-ready build
11
12
+* `npm run lint`: Pass TypeScript files using ESLint
13
14
+* `npm run test`: Run Jest and Enzyme with
15
+ [`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure) for
16
+ your tests
17
18
19
+For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).
20
+# CLRC
0 commit comments