Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/template-react
Snowpack is no longer maintained. Migrating to vite... https://github.com/mrsauravsahu/template-react-vite
https://github.com/mrsauravsahu/template-react
Last synced: about 1 month ago
JSON representation
Snowpack is no longer maintained. Migrating to vite... https://github.com/mrsauravsahu/template-react-vite
- Host: GitHub
- URL: https://github.com/mrsauravsahu/template-react
- Owner: mrsauravsahu
- License: mit
- Created: 2021-02-17T12:47:20.000Z (almost 4 years ago)
- Default Branch: cool
- Last Pushed: 2021-05-16T08:26:53.000Z (over 3 years ago)
- Last Synced: 2024-10-14T08:33:57.297Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 600 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-react
> ✨ This is a template React app with Snowpack and ESBuild
## scripts available
### npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### npm test
Run tests written in `__tests__` folder with Jest.
Uses jest preset config from `@snowpack/app-scripts-react`.
### npm run bundleBuilds a static copy of your site with esbuild in the `esbuild-bundle/` folder.
Your app is ready to be deployed!### npm run bundle:r
Builds a static copy of your site with Rollup in the `esbuild-bundle/` folder.
Your app is ready to be deployed!