This project is about creating a very simple React and Redux application. Dealing with new concepts like actions, reducers, action creators, middleware, pure functions, immutability
- HTML and JSX
- CSS
- Javascript (ES6)
- React
- Redux
- npm
To get a local copy up and running follow these simple steps.
- Clone the repository to your local machine
$ git clone https://github.com/mcervantes71/my-counter.git
- cd into the directory
$ cd my-counter
Node.js is required to install dependencies and run scripts via npm
.
$ npm install
Build project and open web server running project
$ npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.You will also see any lint errors in the console.
$ npm run build
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
👤 Martin Cervantes
- Linkedin: Martin Cervantes
- Twitter: @M4rt1nC3rv4nt3s
- Github: @mcervantes71
- Gmail: cervantes.martine
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.