Skip to content

Commit

Permalink
React typescript (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioespinoza authored Jul 30, 2024
1 parent a12ec21 commit cc5f975
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/commands/sites/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ const frameworks: IFramework[] = [
publicDir: 'build'
}
},
{
id: 'react_typescript',
name: 'React (Typescript)',
command: (pm, name) => `${pm} create-react-app ${name} --template typescript`,
postCommand: null,
config: {
build: 'npm run build',
publicDir: 'build'
}
},
{
id: 'nextjs',
name: 'Next.js',
Expand Down

0 comments on commit cc5f975

Please sign in to comment.