Author: Jesse-Paul Osemeke
StackScaffold is a cli-tool for scaffolding full-stack web applications.
- StackScaffold is a cli-tool for scaffolding full-stack web applications. It is built with Python and uses the command line interface to generate a full-stack web application with a frontend and backend.
- For now, the supported technologies are React for frontend, and python frameworks for backend (haven't decided which yet).
- To get started, run
python main.py
- To get help, run
python main.py --help
- To get help for a particular command, run
python main.py {function_name} --help
- After generating template, run
docker-compose up --build
- Clone the repo
- Run
pipenv install