An open API service indexing awesome lists of open source software.

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

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/