Skip to content

pyloid/create-pyloid-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-pyloid-app

Usage

npm create pyloid-app
bun create pyloid-app
yarn create pyloid-app
pnpm create pyloid-app

Contributing

  • Add Package Manager
  • Add Framework

Adding Framework

templates/framework/{framework}/{language}/

React + Typescript

  1. delete .gitignore

  2. add devDependencies

"devDependencies": {
  ...
  "run-script-os": "^1.1.6",
  "npm-run-all": "^4.1.5"
}
  1. update vite.config.js
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

// https://vite.dev/config/
export default defineConfig({
  base: './',
  plugins: [react()],
  build: {
    outDir: 'build-front',
  },
});
  1. add pyloid_icon.png

  2. update App.tsx

About

create-ptloid-app boilerplate cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published