Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 463 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 463 Bytes

browserify

Mininum viable setup to get Browserify running.

Use

git clone [email protected]:mininum-viable/browserify.git
npm install

To build the project, simply run one of the following

npm run build
npm run build:watch
npm run build:production

To start the static server

npm start

or use nodemon.

NOTE: This project does not babel transform any of the server side code in anyway. Make sure you are using v5 of Node.