mern
π MERN stack 2.0 - MongoDB, Express, React/Redux, Node
File Explorer
Download Latest Version (.zip)- config.yml
- help-needed.md
- release.yaml
- index.js
- types.js
- require_auth.js
- signin.js
- signout.js
- signup.js
- account.js
- centerCard363.js
- header.js
- home.js
- public.js
- auth_reducer.js
- index.js
- user_reducer.js
- index.js
- favicon.png
- index.js
- app.js
- index.html
- store.js
- style.scss
- app_test.js
- test_helper.js
- .env.production
- package.json
- README.md
- webpack.common.js
- webpack.dev.js
- webpack.prod.js
- yarn.lock
- app.83e0763ef54ecf87bd8c.js
- vendor.2345bc9d6bc81da25d22.js
- favicon.png
- style.css
- index.html
- manifest.js
- authentication.js
- middlewares.js
- controller.js
- model.js
- router.js
- logger.js
- token.js
- .env.example
- config.js
- index.js
- babel.config.json
- package.json
- README.md
- yarn.lock
- .eslintrc
- .gitignore
- .releaserc.json
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/amazingandyyy/mern
Downloads the entire project code from GitHub to your computer.
cd mern
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ yarn # or npm i
Type this command into your terminal and run it.
$ yarn # or npm i // npm install packages
Downloads and installs the libraries listed in package.json.
$ npm run dev // run it locally
Starts the development/run server.
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
Builds optimized production files.
$ npm run start // this will run the files in docs, this behavior is exactly the same how gh-pages will run your static site
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
