Skip to content

lpil/calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculus

Serverless cloud computing using AWS Lambda Functions.

Written in Typescript. Built with Webpack. Deployed with Apex.

Local setup

# Install go-lang and node.js
brew install go node

# Set your GOPATH (if you haven't already)
echo 'export GOPATH=$HOME/.go' >> ~/.bashrc
echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
source ~/.bashrc

# Install Apex
go get github.com/apex/apex/cmd/apex

# Install the Node deps
npm install -g webpack
npm install

Usage

# Run the compiler
webpack --watch

# Run the tests
# TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published