• ▌ ▄ ·. ▄▄▄· ▪
▪ ·██ ▐███▪▐█ ▀█ ██
▄█▀▄ ▐█ ▌▐▌▐█·▄█▀▀█ ▐█·
▐█▌.▐▌██ ██▌▐█▌▐█ ▪▐▌▐█▌
▀█▄▀▪▀▀ █▪▀▀▀ ▀ ▀ ▀▀▀
Flat-swaggish website for me, built in ReactJS.
Hex | Preview |
---|---|
#f1f3f5 |
|
#ff5050 |
|
#090909 |
|
#93a2a6 |
Feel free for learning or experimental purposes.
Requirements
- node
v0.10.*
. jest-cliv0.3.*
does not work with node*>=v0.11
. And jest-cliv0.4.*
has issues jsdom, if I'm correct. - npm
- Git (only to clone the repository)
Clone the repository. Otherwise, you can just download the repository as zip.
$ git clone https://github.com/srph/omai.git && cd omai
Install the dependencies.
# make sure you're in the root folder of the repository
$ npm install
Running.
For now, I am not providing any node web-server script since I am using PHP's SAPI.
$ npm test # run the tests / jest
$ npm run build # Build (for development)
$ npm run watch # Watch for changes (like build, but also watches for files changes)
$ npm run prod # Build (for production; minifies output script, etc)
- ReactJS - UI Library
- Radium - Bye, CSS.
- Babel - Transpile ES6 to ES5.
- Webpack - Build scripts.
- Jest - For the tests.
Also, thanks to normalize.css.
omai © 2015+, Kier Borromeo (srph).
srph.github.io · GitHub @srph · Twitter @_srph