All Projects → brianzinn → Create React App Typescript Babylonjs

brianzinn / Create React App Typescript Babylonjs

BabylonJS + TypeScript + Create React App Starter Kit

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Create React App Typescript Babylonjs

React Workspaces Playground
⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.
Stars: ✭ 658 (+1395.45%)
Mutual labels:  create-react-app
Patternfly React Demo App
DEPRECATED: This project is no longer active. See https://github.com/patternfly/patternfly-react-seed for PF4 demos.
Stars: ✭ 26 (-40.91%)
Mutual labels:  create-react-app
Create React App Redux
React Router, Redux, Redux Thunk & Create React App boilerplate
Stars: ✭ 885 (+1911.36%)
Mutual labels:  create-react-app
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (+1588.64%)
Mutual labels:  create-react-app
React Highcharts Example
Simple create-react-app with highcharts example
Stars: ✭ 16 (-63.64%)
Mutual labels:  create-react-app
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (+1861.36%)
Mutual labels:  create-react-app
Reason Scripts
🔰 Create a ReasonML and React development environment
Stars: ✭ 644 (+1363.64%)
Mutual labels:  create-react-app
Apployees Nx
A collection of builders and extensions for the https://nx.dev monorepo tooling.
Stars: ✭ 43 (-2.27%)
Mutual labels:  create-react-app
Animate Components
✨ Elemental components for doing animations in React
Stars: ✭ 908 (+1963.64%)
Mutual labels:  create-react-app
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+1897.73%)
Mutual labels:  create-react-app
Error Overlay Webpack Plugin
Catch errors with style 💥✨
Stars: ✭ 821 (+1765.91%)
Mutual labels:  create-react-app
React Latest Framework
a client framework of React
Stars: ✭ 835 (+1797.73%)
Mutual labels:  create-react-app
React Boilerplate Cra Template
🔥 Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
Stars: ✭ 859 (+1852.27%)
Mutual labels:  create-react-app
React Native Web Monorepo
Code sharing between iOS, Android & Web using monorepo
Stars: ✭ 697 (+1484.09%)
Mutual labels:  create-react-app
Electron React Boilerplate
Electron and Create React App boilerplate without any complex setup
Stars: ✭ 21 (-52.27%)
Mutual labels:  create-react-app
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+1384.09%)
Mutual labels:  create-react-app
Todo React Redux
Todo app with Create-React-App • React-Redux • Firebase • OAuth
Stars: ✭ 942 (+2040.91%)
Mutual labels:  create-react-app
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+2222.73%)
Mutual labels:  create-react-app
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-18.18%)
Mutual labels:  create-react-app
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一个简单的 react 脚手架依赖于 create-react-app 新增了 mobx react-router,linter,prettier 等。
Stars: ✭ 12 (-72.73%)
Mutual labels:  create-react-app

This project was bootstrapped with Create React App (CRA) v4 and then babylonjs-react was added. For TypeScript

npx create-react-app your-babylonjs-app --template typescript

Add babylonjs dependencies:

yarn add react-babylonjs
yarn add @babylonjs/core
yarn add @babylonjs/gui
# loaders are optional
yarn add @babylonjs/loaders

All of the code for the site is in /src/App.tsx

In the project directory, you can run:

npm start / yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

View live demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].