3.3.0 • Published 4 years ago

embedded-react-scripts v3.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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: