Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1009 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 1009 Bytes

react-redux-boilerplate

This Web Application has been designed using the next tools:

1. First you need to install following

(if you have previous knowledge about nodeJS skip to 2nd step)

Installing Node.js here and follow the wizard to installation

Learn about Node.js installation instructions for diferent Operating Systems Here

2. Installing Yarn

Choose the instructions according to your OS in the next URL Instructions

3. Install dependencies

yarn

4. Run the project

yarn start

5. Execute eslint

yarn lint

6. Run test

yarn test

7. Build the project

yarn build