Skip to content

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

License

Notifications You must be signed in to change notification settings

mpopv/react-snowpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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