react ready
1.0.0

A boilerplate that consists of the essential elements that are required to start building a Single Page Application using React, React Router, Redux and Material UI.
The boilerplate consists of:
These instructions will get you a copy of the project up and running on your local machine for development.
The following software is required to be installed on your system:
Type the following commands in the terminal to verify your node and npm versions
node -v
npm -vFollow the following steps to get development environment running.
Clone 'react-ready' repository from GitHub
git clone https://github.com/saqibabbas/react-ready.gitOR USING SSH
git clone [email protected]:saqibabbas/react-ready.gitInstall node modules
cd react-ready
npm install npm run buildnpm run lintnpm run lint:fixnpm run prettifynpm run start