embedded-react-scripts

Configuration and scripts for Create React App in an Embedded Enviroment.

Usage no npm install needed!

<script type="module">
  import embeddedReactScripts from 'https://cdn.skypack.dev/embedded-react-scripts';
</script>

README

Embedded-react-scripts

Important: This package is still in early development and should be considered experimental.

Getting Started

This package includes scripts and configuration used by Create React App. Specifically modified for use in a SPIFFS filesystem on a ESP8266.

To configure a new create react app project with this configuration

npx create-react-app my-app --scripts-version embedded-react-scripts

This has been tested and built using platform.io on a NodeMCU board.

If your curious on how to serve this once built checkout the ESPAysncWebServer project.

If your new to react please refer to the react standard documentation: