This is an example app shell for the Base Framework. It is a simple, single page application that demonstrates the framework's capabilities. The app shell is a good starting point for creating your own application.
Here is the link to the example app: Next App Shell
This app uses components and atoms to create layouts. Components are reusable layouts that contain the presentation and functionality. They are reusable and extensible, helping to reduce redundant code through abstract types.
- JavaScript
- HTML
- CSS
- Base Framework
- Base Atoms
- Base Organisms
- Base UI
- Vite
- Tailwind CSS
To begin using the Base Framework, follow these steps:
- Clone the repository:
git clone https://github.com/chrisdurfee/next-app-shell.git
- Navigate to the project directory:
cd next-app-shell
- Install dependencies (ensure Node.js is installed):
npm install
- Run the development server using Vite:
npm run dev