https://github.com/madetech/chemist
An opinionated React framework
https://github.com/madetech/chemist
Last synced: 2 months ago
JSON representation
An opinionated React framework
- Host: GitHub
- URL: https://github.com/madetech/chemist
- Owner: madetech
- Created: 2016-08-21T18:33:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T15:46:13.000Z (over 9 years ago)
- Last Synced: 2025-10-22T04:34:19.565Z (8 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 2
- Watchers: 42
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chemist
## An opinionated React framework
Documentation coming soon...
```sh
npm install -g chemist
chemist new my-great-app
cd my-great-app
npm install
npm run dev
```