A Scalable, all NodeJS Full-Stack boilerplate in a box: web+native+backend. Features bleeding-edge react + graphql.
Work In Progress
Roadmap: https://github.com/orgs/hookedjs/projects/1
As of now, HookedJS requires MacOS in order to build IOS apps.
- Install homebrew
- Install nvm
- Install Docker
- Install Xcode from the App Store and open it to accept the user agreement.
- Follow the official React Native instructions to configure your machine for IOS and Android using the "React Native CLI Quickstart" tab, NOT the "Expo CLI Quickstart" tab.
Then, install more dependencies and bootstrap
sudo gem install cocoapods
brew install gnu-sed
brew install watchman
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
nvm install 14
nvm use 14
npm i -g yarn
yarn
yarn codegen
A local development env can be launched by (1) starting Docker and (2) running
yarn dev
Coming soon