Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sammysheardev/create-farm-app
- Owner: sammysheardev
- Created: 2021-08-05T05:11:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T05:17:14.000Z (over 3 years ago)
- Last Synced: 2024-04-29T07:44:48.200Z (7 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.