https://github.com/codaxy/cx-app-template-basic
Basic CxJS application template
https://github.com/codaxy/cx-app-template-basic
Last synced: 10 months ago
JSON representation
Basic CxJS application template
- Host: GitHub
- URL: https://github.com/codaxy/cx-app-template-basic
- Owner: codaxy
- License: mit
- Created: 2021-06-16T08:26:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T08:34:45.000Z (almost 5 years ago)
- Last Synced: 2025-08-17T21:59:49.360Z (10 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Basic application template for CxJS
To start the application, run:
```bash
npm start
```
To build the application, run:
```bash
npm run build
```
### License
[MIT](./License.md)