Skip to content

A web application that generates simplified syntax trees to be used as a clasroom tool for this topic.

License

Notifications You must be signed in to change notification settings

iamunhoz/treesimple-frontend

Repository files navigation

React Tailwindcss Boilerplate build with Vite

This is a ReactJS + Vite boilerplate to be used with Tailwindcss.

What is inside?

This project uses many tools like:

Getting Started

Install

Create the project.

npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-app

Access the project directory.

cd my-app

Install dependencies.

pnpm install

Serve with hot reload at http://localhost:5173.

pnpm run dev

Lint

pnpm run lint

Typecheck

pnpm run typecheck

Build

pnpm run build

Test

pnpm run test

License

This project is licensed under the MIT License.

About

A web application that generates simplified syntax trees to be used as a clasroom tool for this topic.

Resources

License

Stars

Watchers

Forks