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
24
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_nameIf you have already installed the module then directly use npx command-
npx create-full-app project_namemagic has happened now
cd project_nameStep 6: Run the server
npm start