https://github.com/cbillowes/cljs-app-from-scratch
Creating a ClojureScript web app from scratch with Reagent and npm
https://github.com/cbillowes/cljs-app-from-scratch
clojurescript npm tutorial webpack
Last synced: 4 months ago
JSON representation
Creating a ClojureScript web app from scratch with Reagent and npm
- Host: GitHub
- URL: https://github.com/cbillowes/cljs-app-from-scratch
- Owner: cbillowes
- Created: 2021-11-18T06:10:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T16:06:29.000Z (over 3 years ago)
- Last Synced: 2025-01-17T11:47:04.445Z (5 months ago)
- Topics: clojurescript, npm, tutorial, webpack
- Language: HTML
- Homepage: https://curiousprogrammer.dev/blog/how-can-i-create-a-clojure-script-web-app-from-scratch-with-reagent-and-npm/
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClojureScript from scratch series
This template creates a ClojureScript web app with Reagent and npm
using the Clojure CLI tools.* [Article][article] on curiousprogrammer.dev
* [Clojure CLI tools][cli-tools]
* [Figwheel-Main][figwheel-main]
* [Reagent][reagent]
* [npm][npm]
* [Webpack][webpack][article]: https://curiousprogrammer.dev/blog/how-can-i-create-a-clojure-script-web-app-from-scratch-with-reagent-and-npm/
[reagent]: https://reagent-project.github.io/
[cli-tools]: https://clojure.org/guides/deps_and_cli
[figwheel-main]: https://figwheel.org/
[npm]: https://www.npmjs.com/
[webpack]: https://webpack.js.org/