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 -v
Follow the following steps to get development environment running.
Clone 'react-ready' repository from GitHub
git clone https://github.com/saqibabbas/react-ready.git
OR USING SSH
git clone [email protected]:saqibabbas/react-ready.git
Install node modules
cd react-ready
npm install
npm run build
npm run lint
npm run lint:fix
npm run prettify
npm run start