May 2017
Intermediate to advanced
388 pages
7h 30m
English
Let's start with creating and installing all the necessary packages.
In the Terminal, perform the following steps:
>> meteor create twitter_redux>> cd twitter_redux>> npm install
>> npm install react --save>> npm install react-dom --save
>> npm install react-router --save
>> npm install redux --save
>> npm install react-redux --save
>> npm install react-router-redux --save
>> npm install redux-logger --save
Read now
Unlock full access