# create-galacean-app **Repository Path**: strivelei/create-galacean-app ## Basic Information - **Project Name**: create-galacean-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-21 - **Last Updated**: 2023-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Create Galacean App A tool for creating your galacean application. Currently supported template presets include: - `Vanilla`(Use Vanilla JavaScript/TypeScript) - `React`(React Template) - `Vue`(Vue Template) - `Ali-Mini`(Alibaba Mini Program) - `Library`(Galacean Library) - `MiniGame`(Alipay Mini Game) ## Usage ### npm > Compatibility Note: Node.js version >=12.0.0. ```shell npm init @galacean/galacean-app ``` ### yarn ```shell yarn create @galacean/galacean-app ``` After creating a template, run: ```shell npm install npm run dev ``` Open your browser, you can see: ![image-20210208112945261](https://gw.alipayobjects.com/zos/OasisHub/3dfda7c5-7c65-4976-bc56-6d1f47592a31/image-20210208112945261.png) Enjoy your exploration of galacean.