Skip to content

tymarats/cx-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cx Starter Kit

This is the boilerplate for new Cx 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 in order to allow running Cx docs development server on the same machine simultaneously.

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
  • example of integration with Redux

Non-goals:

  • illustrate non-UI related patterns, e.g. social login
  • be a fully-fledged CSS framework
  • provide an example for any possible situation

About

Boilerplate for new Cx projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • CSS 11.4%
  • HTML 0.3%