1.1.9 • Published 3 years ago

@dealing/startapp v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

logo


Getting Started

Just run:

npx @dealing/startapp

and answer the questions, then, you will be good to go with a production-ready application, either for a web or backend application.

Optional arguments

ParameterAliasOptionsDescription
--type-tweb | serverThe type of application you want to start
--manager-mnpm | yarnYour package manager. Only will be considered if you selected a web application
--git-g-If you want us to start a git repository in your new application (runs git init)

Templates

Web

Our web template is built over Create React App, with our custom configurations, which include:

Backend

Our web template is built over Django Cookiecutter, with custom configurations, which include:

  • Dockerized app
  • Slack integration
  • Production ready docker-compose.yml, ready to use with AWS Elastic Beanstalk and other services
  • Github Actions workflow
  • Nginx for production Reverse Proxy and Load Balancing

To continue

Find all and replace the following ocurrencies:

  • backend_template: with your project name for your main folder.
  • Backend Template: with your project name.
  • example.com: with your own domain.

We are working to automate this process :)

Example installation workflow

logo

Disclosure

This project is strongly base on the code and tutorial provided in this webpage.

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago