Skip to content

d-kja/snk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snk

A React Native app with Expo.
Built with a mix of techs and languages...


About

[📚 How to run? 📚][usage]

A simple React Native project mixed with Golang for the API and Rust for the WASM implementation.

The main goal here was to challenge myself with a couple simple concepts that I have the knowledge, such as Auth, API integration, WebAssembly embedding. It's simples, but it's a learning project.

🚴 Usage

Install the root packages.

[package-manager] install

Compile the WASM with Rust

cd wasm && wasm-pack build --target web && cd ..

Spin up the docker

cd backend && cp .env.example .env && docker compose up -d && cd ..

Run the project

[package-manager] run dev

License

Licensed under either of

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published