Skip to content
/ react-minimal Public template

ReactJS starter using Snowpack tooling. Supports ES6 modules, hot reloading and unit testing. Plus Github CI workflow.

License

Notifications You must be signed in to change notification settings

briangershon/react-minimal

Repository files navigation

react-minimal

A starter React.js project with curated dependencies and tools.

Build Status

  • Development environment includes:

    • Support for es6 modules and hot reloading (via Snowpack)
    • Compile to es5 to run across a wide range of browsers
    • Unit tests (via Jest)
    • Continuous Integration workflow with Github Actions
    • Prettier config
  • Styling with default fonts that look great across operating systems.

Run Local Dev Server

npm install  # install dependencies

npm start
# visit http://localhost:8080/

Run Tests

npm test

Package project up in dist folder for release to server

npm run build

About

ReactJS starter using Snowpack tooling. Supports ES6 modules, hot reloading and unit testing. Plus Github CI workflow.

Topics

Resources

License

Stars

Watchers

Forks