Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvssankar/create-ultimate-mern-app
https://github.com/kvssankar/create-ultimate-mern-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvssankar/create-ultimate-mern-app
- Owner: kvssankar
- Created: 2020-06-21T14:39:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T06:41:17.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T00:06:08.010Z (2 months ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-ultimate-mern-app
> create your mern app just like create react app
> Don't waste hours just setting your development environment
npm i -g create-ultimate-mern-app
create-ultimate-mern-app myApp
cd myAppor
npm i -g create-ultimate-mern-app
cd myApp
create-ultimate-mern-app .# Prerequisites
- create-react-app should be installed globally otherwise
- npm i -g create-react-app
## Configurations To be done
- Fill the mongoURI in config/default.json with your database uri
- Add "proxy":"http://localhost:5000" in client\package.json
## Add these scripts in your root package.json
"scripts": {
"start": "node server.js",
"client": "cd ../client && npm start",
"dev": "concurrently \"npm run start\" \"npm run client\""
},## Features included
1. React router is set up
2. Redux is set up persisting the state in localStorage
3. server is setup with mongo as database
4. models, routes folder is setup
5. server running in localhost 5000 react in 3000
## Npm packages included :
1. concurrently
2. express
3. mongoose
4. config
5. react-router-dom
6. redux
7. react-redux
8. redux-thunk
9. axios
10. reactstrap# Contact me :)
*I would like to connect with u guys fell free to contact me*
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Thinking to add more features in future versions. Any ideas or suggestions are welcomed :)
> **The only way to discover the limits of the possible is to go beyond them into the impossible**
![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)
![AppVeyor](https://img.shields.io/badge/by-KVS-red?style=for-the-badge)