embedded-react-scripts
v3.3.0
Published
Configuration and scripts for Create React App in an Embedded Enviroment.
Downloads
4
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.