1.0.0 • Published 4 years ago

for-io-runtime v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

GETTING STARTED

Overview

This project serves as a foundation for the web backends that are generated by For.io Studio.

Project setup

You will need Node.js and npm installed locally.

To install the project dependencies, execute npm install in your project root.

Starting a local server

To start a local server, execute npm start in your project root.

Running the tests

To run the tests, execute npm test in your project root.