Demo: here
This is a small example that demonstrates rendering components based
on URLs with react-router
as well as connecting them to Redux state.
Storage is provided by the localStorage component and integrated with redux. State is stored in localStorage. It uses react-bootstrap for easy component creation and bootstrap-sass for the theming.
Resources could be used more sparse (such as bootstrap components / scripts)
The project uses webpack to package and transpile all resources.
To run, follow these steps:
- Install dependencies with
npm install
in this directory - Start webpack with
npm start
- Open http://localhost:8080/
To build, follow these steps:
- Install dependencies with
npm install
in this directory - Start webpack with
npm run build
- Your files are now in the /dist folder