Skip to content

dinakajoy/ocaml-graphql-api-for-opam-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opam-packages

A short, but powerful statement about your project

Setup your development environment

  1. Get all dependencies:
make install
  1. Build out the application:
make build

This will output the compiled files in _build/.

Creating production builds

To create a production build of the application, you can run:

For Server ->

run-server:

For User Interface -> Open another cli

run-client

Repository Structure

The following snippet describes opam-packages repository structure.

.
├── dist/
|   Static assets that you want to include when serving your application.
│   The content of this folder will get copied to the production build.
│
├── server/
|   Source code of the project application server.
│
├── client/
|   Source code of the project application user interface.
│
├── Makefile
│
├── package.json
│
└── README.md

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages