Skip to content

Support JavaScript #3

@xmliszt

Description

@xmliszt

Currently the template tool only supports TypeScript.

To support JavaScript, basically here is what you need to do:

  • in scripts/create-next-app.js -> createNextApp(), change to not using --ts flag when creating the NextJS application
  • we need a separate template folders containing corresponding templates (pages and layouts) that are coded in JavaScript instead (.jsx, .js)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions