Skip to content

Instantly share code, notes, and snippets.

View rizwan92's full-sized avatar
💭
looking for job

Rizwan Chouhan rizwan92

💭
looking for job
View GitHub Profile
@rizwan92
rizwan92 / package.json
Created May 23, 2018 12:28
package.json
{
"name": "asc-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node server/server.js --ignore public/ ",
"webpack": "webpack -wd ",
"build": "babel server/server.js -d build"
},