Skip to content

Commit

Permalink
Merge pull request #4 from NikolasMelui/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
NikolasMelui authored Dec 7, 2018
2 parents 620ac0c + 02a2d5b commit 1d3480d
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 268 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
# Multikey Node.js Boilerplate

Multikey Node.js Boilerplate, powered by [NikolasMelui][nikolasmelui] for [Multikey Studio][multikey-studio], is a light nodejs boilerplate with babel, eslint, prettier and nodemon onboard. Just clone it, install deps, yarn start and have fun!

## If u want 2 b faster use Yarn

[yarn][yarn]
\_\_
... or use [npm][npm].
Multikey Node.js Boilerplate, powered by [NikolasMelui][nikolasmelui] for [Multikey Studio][multikey-studio], is a lightweight nodejs boilerplate with babel, eslint, prettier, jest and nodemon onboard. Just clone it, install deps, yarn start and have fun!

## Installation

I want 2 be faster so:

```
$ yarn install
```bash
$ yarn
___
```

### Quick Start

Once everything is installed just run the project:

```
```bash
$ yarn start
___
```

If u want 2 use this code in production - transpile to native es5:
If u want 2 use this code in production - transpile it to the native es5:

```
$ yarn run build
```bash
$ yarn build
___
```

and run:

```
$ yarn run serve
```bash
$ yarn serve
___
```

## Development
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multikey-nodejs-boilerplate",
"version": "2.0.0",
"main": "index.js",
"version": "2.0.1",
"main": "./src/indes.js",
"repository": "[email protected]:NikolasMelui/multikey-nodejs-boilerplate.git",
"author": "NikolasMelui <[email protected]>",
"license": "MIT",
Expand All @@ -14,16 +14,16 @@
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"dotenv": "^6.1.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"dotenv": "^6.2.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"jest": "^23.6.0",
"nodemon": "^1.17.3"
"nodemon": "^1.18.7"
},
"eslint.packageManager": "yarn",
"dependencies": {
"@types/node": "^10.3.1"
"@types/node": "^10.12.12"
}
}
Loading

0 comments on commit 1d3480d

Please sign in to comment.