xWayfinder / mauve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mauve

Setup

Technology dependancies

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
brew install yarn

Initialise project

yarn init

Webpack development dependancies

yarn add webpack webpack-dev-server html-webpack-plugin path --dev

Babel development dependancies

yarn add babel-loader babel-core babel-preset-es2017 babel-preset-react --dev

React production dependancies

yarn add react react-dom

Run

Development

yarn start

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.2%Language:HTML 17.8%