mpopv / react-snowpack-starter

A barebones starter project with React, Babel, Yarn, and Snowpack to bundle ES modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-snowpack-starter

A barebones starter project with React, Babel, Yarn, and Snowpack to bundle ES modules.

Usage

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

About

A barebones starter project with React, Babel, Yarn, and Snowpack to bundle ES modules.

License:MIT License


Languages

Language:HTML 54.8%Language:JavaScript 45.2%