Skip to content

Commit b1890ae

Browse files
author
Boris Volkov
committed
first commit
0 parents  commit b1890ae

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)