Skip to content

gorda0/coca-core

Repository files navigation

CircleCI

Features:

  • Binds rust snake_case to camelCase
  • Watch JS and Rust files at same time
  • Bundle via Rollup

getting started:

run in docker:

    docker build -t app . && docker run -it --init -p 8080:8080 app

local development(enable watchers):

    npm i
    npm run start:dev

It'll execute the watchexec bin for watching js and rust files.

running tests:

    npm i
    npm run test

Using debian based distribution? Run the following commands in case of running errors on npm i

sudo apt install libffi6 libffi-dev -y
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev curl libbz2-dev -y

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published