Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/styled-components/todomvc
The Speedometer 2.0 React TodoMVC example rebuilt with styled-components
https://github.com/styled-components/todomvc
Last synced: 17 days ago
JSON representation
The Speedometer 2.0 React TodoMVC example rebuilt with styled-components
- Host: GitHub
- URL: https://github.com/styled-components/todomvc
- Owner: styled-components
- License: other
- Created: 2018-01-26T11:46:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T11:46:30.000Z (about 7 years ago)
- Last Synced: 2025-01-29T13:11:23.887Z (23 days ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# React TodoMVC example with styled-components
This is the [Speedometer 2.0 React TodoMVC example](https://github.com/WebKit/webkit/tree/master/Websites/browserbench.org/Speedometer2.0/resources/todomvc/architecture-examples/react) rebuilt with styled-components.
## Notes
I had to add the `babel-plugin-transpile-es2015-template-literals` because Uglify chokes on the tagged template literal syntax.
## Test locally
1. `npm install`
2. Run a local server from this directory. (You could use [`npm i -g http-server`](https://github.com/indexzero/http-server).)
3. Open the URL pointing to the local server in your web browser of choice.## Build
1. `npm run build`