A HTML, CSS, Tailwind playground that help you to show your frontend's skills.
- Hot reloading
- Default tailwind installation
- Many templates are available
- Keyboard snippets
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Node.js
and pnpm
installed on your system.
- Clone the repository:
git clone https://github.com/epoundor/code-playground.git
- Navigate to the project directory:
cd code-playground
- Install the dependencies:
pnpm i
- Start the development server:
pnpm dev
The page builder should now be running at http://localhost:5173
.
- React - A JavaScript library for building user interfaces
- Redux - A predictable state container for JavaScript apps
- Vite - A fast build tool for modern web apps
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs
- TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
- pnpm - A fast, disk space efficient package manager
If you would like to contribute to the project, please follow the steps below:
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
This project is licensed under the MIT License.