jwmka / my-react-boilerplate

Express-react-redux-immutableJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux-Express-NodeJS boilerplate

To start with:

// clone repo
> $ git clone https://github.com/Neloreck/my-react-boilerplate <custom-project-name>
> $ cd <custom-project-name>

-------------------------------------------------------------------------------------

> $ npm install

// production build without hot reload and dev-tools
> $ npm run build
> $ npm run start

// dev build with hot reload and dev-tools
> $ npm run build:dev
> $ npm run dev

-------------------------------------------------------------------------------------

Default port - 3000.

About

Express-react-redux-immutableJS


Languages

Language:JavaScript 89.2%Language:CSS 8.2%Language:HTML 2.5%