diff --git a/.gitignore b/.gitignore index 90157b1..841e1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ -/node_modules -.DS_Store \ No newline at end of file +# dependencies +node_modules +.pnp +.pnp.js + +# production +build +dist + +# misc +.env +.DS_Store +*.log +*.pid diff --git a/README.md b/README.md index 53d5700..8bb74a8 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,8 @@ # MERN Stack Template + + - **M** = [MongoDB](https://www.mongodb.com) - **E** = [Express.js](https://expressjs.com) - **R** = [React.js](https://reactjs.org) - **N** = [Node.js](https://nodejs.org) - -
-
- -## How to use this template - -
- -### STEP 1: - -Click ["Use this template"](https://github.com/belferink1996/MERN-template/generate) to generate a new repository.
-Then open your terminal and clone your repository: - -> cd ~/Desktop
-> git clone https://github.com/[your-user-name]/[your-repo-name].git - -
- -### STEP 2: - -Go to your client folder (frontend), and set your workspace: - -> cd ~/Desktop/[your-repo-name]/client
-> npm install
-> npm start - -
- -### STEP 3: - -Prepare your MongoDB database,
-then go to your server folder (backend), and set your workspace: - -> cd ~/Desktop/[your-repo-name]/server
-> npm install
- -Set your database within `index.js`, then start server: - -> npm start - -
- -### STEP 4: CODE !!! diff --git a/images/Screen Shot 2021-09-29 at 11.08.23.png b/images/Screen Shot 2021-09-29 at 11.08.23.png deleted file mode 100644 index 5976ee7..0000000 Binary files a/images/Screen Shot 2021-09-29 at 11.08.23.png and /dev/null differ diff --git a/images/preview.png b/images/preview.png new file mode 100644 index 0000000..47e28f7 Binary files /dev/null and b/images/preview.png differ