@standalone-stacks/react-ts
v0.0.0
Published
<a href="https://react.dev"><img src="https://i.ibb.co/4NfqXRf/Clipboard-removebg-preview-1.png "></img></a>
Downloads
1
Readme
Standalone React Typescript Github - Codespace
Standalone React Typescript v 1.0.6 - Webpack version
version update 1.0.6
- add image linking for <img src='images/filename.jpg' alt='test'>
- add video linking for <video src='videos/filenmae.mp4' controls autoplay>
- minimizer chunksize js - webpack js update
- css / scss and utils are inside Assets folder
version update 1.0.5
- CSS Loader
- SASS/SCSS Loader
- Typescript Loader
version update 1.0.4
- auto reload support with live server extension
version update 1.0.3
- updating files with optimal content
- remove yarn (optional)
version update 1.0.2
- add yarn
version update 1.0.0
- preview version beta sdreact
I made this component to make your life easier to explore react.
complete standalone react w/o npx create-react-app
Requires : Node JS
Make sure you download it right away.
- Windows - https://nodejs.org/dist/v18.16.0/node-v18.16.0-x64.msi
Mac OS - https://nodejs.org/dist/v18.16.0/node-v18.16.0.pkg
To start Standalone React now run this command to install dependencies inside.
$ npx @standalone-stacks/react-ts <project name>
commands available
update to latest Dependencies on package.json - when notification pops out just click "Overwrite" to save the latest dependencies
$ npm run update
Building your changes
$ npm run build
Start your React Server
$ npm run start
To run and monitor your changes while coding, use "Live server extension"
- https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
To run your React Server with "Live Server Extension"
right click your "index.html" file and Open with Live server then run this command.
$ npm start
locate the "Start.jsx" and start your coding with react.
I hope you like my work for this template.
- Waren Gador
Web Developer