ionian/README.md

28 lines
275 B
Markdown
Raw Normal View History

2021-02-22 16:41:08 +09:00
# Ionian
2021-02-22 21:47:20 +09:00
Content File Management Program.
For study about nodejs, typescript and react.
### deployment
```
$ npm run app:build
```
### test
```
$ npm run app
```
### server build
```
$ npm run compile
```
### client build
```
$ npm run build
```
## License
MIT License