gittech. site

for different kinds of informations and explorations.

OSS local rest API server for frontend developers

Published at
4 days ago
Logo

roboserver

initiate your frontend development with roboserver

Features

✨ Spin up local rest api servers to quickstart your frontend development in seconds

✨ Just swap the base url once real backend endpoint is ready

✨ Local only, can be used without internet

Technologies Used

Download from here

Contribute to the Project

To run this project locally, follow these steps:

  1. Clone the repository.

    git clone https://github.com/therealrinku/roboserver.git
    
  2. Install the dependencies.

    yarn install
    
  3. Run the project.

    yarn start
    

Build and create a package for your platform

yarn package

Build and create a package for all platforms

 yarn package-all