KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
react-iron-boilerplate
★ 8
Open GitHub ↗
React.js + Iron framework
Download README (.md)
Explore Similar Repositories
tracking
:
Compare Compressive Tracker and KCF Tracker
okhttp-android-tests
:
Set of Android instrumentation tests for OkHttp.
stalker_pyramid2
:
A Pyramid Web Application Build On Top of Stalker
rails-api-template
:
Rails API Only Template
slide_thesis_ioslides
:
The slide for my thesis defence using ioslides in Rstudio.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
react-iron-boilerplate
?
Download (.md)
# react-iron-boilerplate React.js + Iron framework ## Features ### Client * ES2015 + Babel + Webpack * React + Semantic UI React ### Server * Rust (stable channel) * iron (HTTP framework) * Tera (template engine) ## Usage ```sh $ npm run compile $ cargo run ``` ## Configuration ```sh # .env BIND_ADDRESS=0.0.0.0:3000 # ... ``` ## License MIT