Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammysheardev/create-farm-app

A CLI built with Node to create a FARM stack app with as little setup as possible
https://github.com/sammysheardev/create-farm-app

Last synced: 3 days ago
JSON representation

A CLI built with Node to create a FARM stack app with as little setup as possible

Awesome Lists containing this project

README

        

# Create Farm App

#### Arguments: ####

"--no-git" | "-ng": Doesn't init a git repo at the project root

"--no-install" | "-i": Doesn't auto install dependencies for the backend

"--yes" | "-y": Makes a project with all the default values

The project uses my create-react-app template, but you can always delete the frontend if you hate my choices. If you're planning to deploy your app, I recommend starting without a git repo and making the backend and frontend submodules. It just has felt easier in my experience, but you can do it however you want.