donatello / test-app

Test React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test React Application

This create-react-app based empty app is to try to work out how to write Nix expressions for such projects that generate static assets as their build output.

Without nix

$ yarn && yarn build

The output is the `build** directory that needs to be served by a web-server.

With nix

NOTE: Does not work just yet

$ nix-build -A webui

About

Test React App


Languages

Language:JavaScript 65.9%Language:HTML 17.3%Language:CSS 9.4%Language:Nix 7.4%