Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddharth9890/start-web-app
setup-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๐
https://github.com/siddharth9890/start-web-app
mern mern-boilerplate mern-stack mern-stack-development node nodejs react reactjs
Last synced: about 1 month ago
JSON representation
setup-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๐
- Host: GitHub
- URL: https://github.com/siddharth9890/start-web-app
- Owner: Siddharth9890
- Created: 2022-02-08T12:20:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T12:44:21.000Z (over 2 years ago)
- Last Synced: 2024-10-01T15:58:35.246Z (about 1 month ago)
- Topics: mern, mern-boilerplate, mern-stack, mern-stack-development, node, nodejs, react, reactjs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/start-web-app
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```bash
npm install -g start-web-app
```
## DemoMake sure you have [npx](https://www.npmjs.com/package/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](https://theuniquecoder.hashnode.dev/introducing-start-web-app-a-simpler-way-to-create-all-your-apps-using-react-and-node)
[Updates made to app v2.0](https://theuniquecoder.hashnode.dev/start-web-app-v20-you-want-tailwind-support-lets-get-it)
## Authors
- [@Siddharth](https://github.com/Siddharth9890)
- [@Varandeep](https://github.com/varan5)## License
[MIT](https://choosealicense.com/licenses/mit/)