Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datsfilipe/react-with-script-html-tags
React with react-router-dom using just html script tags.
https://github.com/datsfilipe/react-with-script-html-tags
html5 javascript react-router reactjs script-tag
Last synced: 18 days ago
JSON representation
React with react-router-dom using just html script tags.
- Host: GitHub
- URL: https://github.com/datsfilipe/react-with-script-html-tags
- Owner: datsfilipe
- Created: 2022-01-09T03:08:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T03:29:01.000Z (about 3 years ago)
- Last Synced: 2024-11-10T16:34:52.431Z (3 months ago)
- Topics: html5, javascript, react-router, reactjs, script-tag
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Application With Script Html Tags
This project was made to test the react environment into script html tags, just for curiosity.
# Running this project on your machine
You can try this, but that don't have an api to test, so you should create one to test, or change/comment some code.
- Clone the repo with `git clone`;
- After that, run `yarn` or `npm install` to install dependencies;
- Then you can test using live server extension on vs code, or by opening the html file;
- OBS: the routes work with '/#/' after the url, that's because the app is using hashRouter from react-router-dom.