JimmyLv / JimmyLv/jimmylv.github.io
Learning ClojureScript
- Dominant language
- No language data
- Stars
- 731
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
## Description
- What's Target?
- [ClojureScript](http://clojurescript.org/index)
- What's Problem?
- total different lang pattern
- What's
## TODOs
### Getting Started
```bash
brew install leiningen
lein new figwheel first-cljs
lein figwheel #hot-reload
```
```
create-react-app hello-cljs
cd hello-cljs
yarn add shadow-cljs
#扑街
```
```
npm install -g create-elm-app
create-elm-app elm-app
elm-app start
```
## References
- https://leiningen.org/#install
- [How to Create ClojureScript App – Roman Liutikov – Medium](https://medium.com/@roman01la/how-to-create-clojurescript-app-4e38778c4762)
- [halfzebra/create-elm-app: Create Elm apps with zero configuration](https://github.com/halfzebra/create-elm-app#getting-started)
- [create-react-app + ClojureScript - YouTube](https://www.youtube.com/watch?v=BLDX5Twt2zk)
Contributor guide
Assessment
This issue has not been assessed yet.