gusaiani / react-moodboard

A static product moodboard built with React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A static product moodboard built with React

Development

Please, use .editorconfig.

Install

Clone repository and run:

$ npm install

Requirements

node 5+

Development

$ npm start

Go to http://localhost:3001 and see the magic happen.

Production

If you want to run the project in production, set the NODE_ENV environment variable to production.

$ NODE_ENV=production npm start

Also build the production bundle:

$ npm run dist

This repo was started on top of https://github.com/srn/react-webpack-boilerplate

About

A static product moodboard built with React.js

License:MIT License


Languages

Language:JavaScript 77.8%Language:CSS 22.2%