https://github.com/codaxy/cx-starter-kit
Boilerplate for new CxJS projects
https://github.com/codaxy/cx-starter-kit
Last synced: 8 months ago
JSON representation
Boilerplate for new CxJS projects
- Host: GitHub
- URL: https://github.com/codaxy/cx-starter-kit
- Owner: codaxy
- License: other
- Created: 2016-09-05T06:54:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:07:02.000Z (over 3 years ago)
- Last Synced: 2025-09-29T22:53:10.317Z (9 months ago)
- Language: JavaScript
- Homepage: https://cxjs.io/starter
- Size: 1.05 MB
- Stars: 38
- Watchers: 6
- Forks: 18
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE-THIRD-PARTY.md
Awesome Lists containing this project
README
# Cx Starter Kit
This is the boilerplate for new [CxJS](https://cxjs.io/) projects.
## Usage
Install required packages by running:
npm install
in the root folder. You can start the demo app by:
npm start
By default, the development server runs on port 8088.
npm run build
Create a production build.
## Goals
- provide a starting point for Cx developers
- repository of best practices
- demonstrate usage of:
- Widgets
- Layouts
- Charts
- Routing
- provide ready to use examples of typical application pages
- admin pages
- dashboard pages
- recommend scalable project structure
- example of advanced webpack usage
- hot reload
- production builds
- code splitting
- on demand code loading