Article
npx make-fullstack-app - Scaffolding your back and frontend
Why?#
With my tool, merced-spinup you can scaffold a frontend OR backend project with ease from a wide selection of templates across all the main NodeJS frontend and backend frameworks. Although you still have to run the command twice, and I'm thinking... how can I make this easier.
enter make-fullstack-app#
make-fullstack-app expects you want to build an API on the backend and consume it with a frontend so it generate the backend and frontend template of your choice in appropriately named folders (backend and frontend.)
It is pretty simple to use...
Express App#
React Frontend#
npx make-fullstack-app express reactVue Frkoa#
npx make-fullstack-app express vueAngular Frontend#
npx make-fullstack-app express angularSvelte Frontend#
npx make-fullstack-app express svelteKoa App#
React Frontend#
npx make-fullstack-app koa reactVue Frontend#
npx make-fullstack-app koa vueAngular Frontend#
npx make-fullstack-app koa angularSvelte Frontend#
npx make-fullstack-app koa svelteFastify App#
React Frontend#
npx make-fullstack-app fastify reactVue Frontend#
npx make-fullstack-app fastify vueAngular Frontend#
npx make-fullstack-app fastify angularSvelte Frontend#
npx make-fullstack-app fastify sveltePolka App#
React Frontend#
npx make-fullstack-app polka reactVue Frontend#
npx make-fullstack-app polka vueAngular Frontend#
npx make-fullstack-app polka angularSvelte Frontend#
npx make-fullstack-app polka svelteMerver App#
React Frontend#
npx make-fullstack-app merver reactVue Frontend#
npx make-fullstack-app merver vueAngular Frontend#
npx make-fullstack-app merver angularSvelte Frontend#
npx make-fullstack-app merver svelteBottom Line#
There are many more combination, just read the docs! Head over to alexmercedcoder.dev to see my gallery of NodeJS Libraries to find the documentation.