Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpopv/react-snowpack-starter
A barebones starter project with React, Babel, Yarn, and Snowpack to bundle ES modules.
https://github.com/mpopv/react-snowpack-starter
babel barebones-starter es6 esm esmodules hello-world javascript js react reactjs snowpack starter starter-project starter-template template yarn
Last synced: 3 days ago
JSON representation
A barebones starter project with React, Babel, Yarn, and Snowpack to bundle ES modules.
- Host: GitHub
- URL: https://github.com/mpopv/react-snowpack-starter
- Owner: mpopv
- License: mit
- Created: 2020-01-10T17:03:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:59:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T23:10:56.716Z (over 1 year ago)
- Topics: babel, barebones-starter, es6, esm, esmodules, hello-world, javascript, js, react, reactjs, snowpack, starter, starter-project, starter-template, template, yarn
- Language: HTML
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-snowpack-starter
A barebones starter project with React, Babel, Yarn, and Snowpack to bundle ES modules.
### Usage
```sh
yarn # Install dependencies
yarn build # Transpile source code and copy code and web modules to /dist
cd dist && npx serve # Project will be served at localhost:5000
```