start-web-app
v2.0.1
Published
A simpler way to create all your apps using react and node
Downloads
3
Maintainers
Readme
Welcome to start-web-app👋
start-web-app is a simpler way to create all your apps using react and node. It's simple cli to manage all your project installations. There are starter options given to start with😊
Installation
Use the npm package manager to install start-web-app. Make sure you install it globally to work properly
npm install -g start-web-app
Demo
Make sure you have npx installed (npx is shipped by default since npm 5.2.0)
Just run the following command at the root of your project and answer simple questions:
npx start-web-app
Let's setup your PROJECT
? Name of your project folder Project
? Some Basic Info of your project
(Use arrow keys)
> CREATE A NEW MERN PROJECT USING JAVASCRIPT
SETUP/CLONE A EXISTING MERN PROJECT USING JAVASCRIPT
Roadmap
- Add typescript script
Documentation
Introduction to all the options v1.0