Skip to content

Template designed to quickly build full stack apps.

License

Notifications You must be signed in to change notification settings

UABACM/webapp-template_pip_nodocker

 
 

Repository files navigation

An insanely lightweight webapp template

This template is meant to be super lightweight, therefore, you will be missing a couple features like Docker or server deployment. This is mostly for prototyping. If you are looking for a template with more features check out:

Technologies

  • Frontend: React/Next.js

  • Backend: FastAPI

  • Frameworks/Libraries: TailwindCSS

Deployment

Local Deployment/Development

  • Create environment: python3 -m venv venv
  • Activate environment: source venv/bin/activate

Uses make to quickly dispatch launch commands.

  • deps: installs needed deps

  • frontend: starts the frontend (run in one terminal)

  • backend: starts the backend (run in another terminal)

  • audit: npm audits

  • audit-fix: npm audit fix

  • build: builds the npm assets using npm build1

Ex: make deps

About

Template designed to quickly build full stack apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.4%
  • Python 32.3%
  • Makefile 15.2%
  • JavaScript 10.4%
  • CSS 1.7%