A starter React.js project with curated dependencies and tools.
-
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.
npm install # install dependencies
npm start
# visit http://localhost:8080/
npm test
npm run build