Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 424 Bytes

Cosecha SMS

Development

To run this in your computer, you must have the following installed:

  • Node.js
  • Git
  • Webpack

Clone the repository:

git clone https://github.com/celsom3/cosecha-sms

Install NPM dependencies and start the server

npm install && npm start

You should now be able to visit http://0.0.0.0:3000 in your browser.

  • You may need to use sudo depending on your machine setup.