A sample application demoing integration of CxJS and Tailwind CSS
This project is an application template based on CxJS and Tailwind CSS. It provides a working application layout, sample pages, component gallery, Babel and webpack configurations, and other small bits and pieces. CxJS brings JavaScript-based application elements such as widgets, charts, state management, and routing, while Tailwind CSS offers a rapid way to combine these elements into higher-order visual structures. Both products require time to understand and master, but offer great productivity once mastered.
Install Node.js 10 or later.
Install Yarn or npm for package management.
Run the following command to install application dependencies:
yarn install
or
npm install
Run the following command to start the project:
yarn start
or
npm start
Run the following command to build the project for deployment:
yarn build
or
npm run build
Run the following command to analyze the deployment bundle size:
yarn analyze
or
npm run analyze
This project is a combination of CxJS and Tailwind CSS, providing an application template with various features such as working layout, sample pages, component gallery, and more. While it may take some time to understand and master these technologies, once mastered, they provide great productivity. The installation process is straightforward and requires Node.js, Yarn or npm, and a few simple commands. Overall, this project offers a powerful toolset for building JavaScript-based applications with a visually appealing design.