officialrajdeepsingh / react-compiler

new react-compiler demo

Home Page:https://codesandbox.io/p/sandbox/github/officialrajdeepsingh/react-compiler

Repository from Github https://github.comofficialrajdeepsingh/react-compilerRepository from Github https://github.comofficialrajdeepsingh/react-compiler

React Compiler


Getting Started

The first step is to clone the react-compiler project with a git command.

git clone https://github.com/officialrajdeepsingh/react-compiler.git

# change folder
cd  react-compiler

The next step is to install the Node Package Using the Node package manager.

pnpm install
# or
yarn install
# or
npm install

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

new react-compiler demo

https://codesandbox.io/p/sandbox/github/officialrajdeepsingh/react-compiler


Languages

Language:TypeScript 77.6%Language:JavaScript 13.6%Language:CSS 8.9%