Coder Social home page Coder Social logo

petekanev / mern-stack-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bradwindy/mern-stack-template

0.0 0.0 0.0 87 KB

A MERN stack template for future projects of mine.

License: GNU General Public License v3.0

JavaScript 96.78% CSS 1.04% HTML 2.18%

mern-stack-template's Introduction

MERN Stack Template Project

This is a MERN stack template for future projects of mine.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing & Starting

  • Open Visual Studio Code (Referred to as VSCode)

  • In the left side bar, click the square icon to open the extensions menu

  • Install the extensions:

    • Prettier
    • EditorConfig for VSCode
    • Visual Studio Intellicode
    • ESLint
  • After installing ESLint, go into its settings by clicking the cog in it’s listing in the extenstion tab, and clicking ‘Configure Extenstion Settings’

  • In here, enable auto fix on save. Once thats done, close the ESLint tab that is open, and press Command-Shift-P on Mac, or Ctrl-Shift-P on windows, and type ‘Git Clone’ into the box that appears and hit enter.

  • In the box that then comes up, enter: https://github.com/bradwindy/mern-stack-template

  • Then press enter, then once that is done, click open in the bottom right.

  • Once the project loads up, on both Mac and windows, press Ctrl-BACKTICK (the key next to the number 1 on your kb). This opens terminal and is a super useful shortcut :)

  • Checkout working by typing: git checkout --track origin/working

  • In the terminal type npm install and hit enter.

  • Once that finshes, the project is ready to go :)

  • Open the zip file mongodb came in, for mac users, go to the bin folder and double click mongod to start mongoDB. Windows users look for a similar file and run it.

  • Start the web page and server by typing npm run dev into terminal.

  • The site is now available at http://0.0.0.0:8080/

Running the tests

Test information and breakdown to come soon :)

Deployment

Deployment information coming soon :)

Built With

  • MongoDB - Database used. Will change in the future when API used instead.
  • React - Frontend JavaScript library.
  • Express -Server/routing API for web app.
  • Node - Backend JS runtime.
  • Webpack - JS bundler for performance and ease of deployment.
  • Sass - Used for easier CSS styling.
  • Bootstrap - Frontend framework for website elements and styling.

Author

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.