Skip to content

A stripped down alternative to Create React App, RASF compiles to a single `./dist/app.js` file for easy use in `<script src=.../>` tags.

Notifications You must be signed in to change notification settings

d0t15t/react-app-single-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASF / React app single file

A stripped down alternative to Create React App, RASF compiles to a single ./dist/app.js file for easy use in <script src=.../> tags. Environment variables are provided by dotenv-webpack (see .env.default).

Usage

yarn install
yarn dev
# http://localhost:8080/
yarn build

Demo: Instagram Feed block

Utilizes MohammedRaji/react-ig-feed. Follow these steps to set up your app, admin, and user. Then generate an Access Token, and add to your .env.* files. If using RASF with Drupal, save the token to your block.

Inspiration:

Resources

About

A stripped down alternative to Create React App, RASF compiles to a single `./dist/app.js` file for easy use in `<script src=.../>` tags.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published