Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/performant-design
https://github.com/robbestad/performant-design
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robbestad/performant-design
- Owner: robbestad
- Created: 2014-10-12T19:53:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T12:30:42.000Z (about 10 years ago)
- Last Synced: 2024-04-13T17:10:59.949Z (8 months ago)
- Language: CSS
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performant Design
> Completely reactified
> Uses react-router
> Primary idea is to build a performant, responsive design based on Barekit
Check out [the site](http://performantdesign.herokuapp.com/)
## Workflow
npm start (for development)
This set up the build environment and starts a webserver at http://localhost:3000
When changes are made in the __scss__ or __js__ files, the bundles are automatically
recompiled.This project is built with regards for deployment on Heroku. Issue __git push heroku master__ for
deployment.For deployment on a standard node server, simply build with __npm build__ and start the server with
__node index.js__.```
BUILDPACK_URL: https://github.com/heroku/heroku-buildpack-nodejs
NODE_ENV: production
```