UNPKG

@cortical/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

9 lines (8 loc) 268 B
import { bootstrap } from '@cortical/core'; import '@cortical/types/bootstrap'; import { config } from './config'; // add your hooks and plugins in between bootstrap() .catch(error => { console.log(error.stack !== undefined ? error.stack : error.message); });