create-full-app
v1.1.2
Published
This package is used to setup the file structure of your express app with just 1 command which reduces your time to setup the boiler code
Downloads
11
Maintainers
Readme
Starter files for Frontend and Backend of Project
Automating the process of connecting mongoDB,setting up the server and the commonly used folder structure with one command
Installation
Step 1: Install my-project with npm (If your installing the module for the first time ):
npm i create-full-app -g
npx create-full-app project_name
If you have already installed the module then directly use npx command-
npx create-full-app project_name
magic has happened now
cd project_name
Step 6: Run the server
npm start