Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 bundle

Builds 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!