Getting Started

To setup a basic front-end project run:

npx @django-stars/skeleton init [projectName] [folderName]

Example

npx @django-stars/skeleton init ds-site client

This command will create javascript project "ds-site" within a folder client or

npx @django-stars/skeleton init

If you do not specify name or template, it will prompt you for them.

Editionally it will prompt few more information:

  • Git repository url (that will be used only for package.json to setup git information)
  • Back-end url (this will change default env configuration to proxy dev server to localhost)
  • Template