Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Jun 6, 2018
1 parent 6244990 commit 2ce7a97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This react-express project utilizes webpack and comes with some VSCode settings to help you organize your work better.

#### Usage
### Usage
**Webpack (Production):**
```sh
$ npm run build
Expand All @@ -18,7 +18,7 @@ $ npm run build-dev
$ npm run server
```

#### VSCode Extensions
### VSCode Extensions
| Plugin | Description |
| ------ | ------ |
| [Beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify) | Beautify code in place for VS Code. |
Expand All @@ -30,9 +30,10 @@ $ npm run server
| [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools) | Your swiss knife SQL for VScode. Execute queries, auto complete, bookmarks etc. |
| [webpack](https://marketplace.visualstudio.com/items?itemName=jeremyrajan.webpack) | Create Webpack Config with ES6 transpiling using babel. |

#### Components
### Components
- Express (/src/server)
- React (/src/client)
- MySQL (/src/server/db) [optional]
- DB_* environmental variables (/.env)
- Entrypoints (/src/{server|client}/index.js)
- Entrypoints (/src/{server|client}/index.js)

0 comments on commit 2ce7a97

Please sign in to comment.