Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```