juanpernu / toy-blocks

A new redux scaffolding approach using typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy Blocks

Introduction

A current list of server Nodes where each node has blocks. Used Redux to manage the state of the app to try a new approach of Redux using builders and managing the promises status in each function.

Getting Started

  1. Make sure to have installed the last Node.js.
  2. Clone this repo.
  3. On your terminal, run npm install to install all the required dependencies.
  4. Run npm start to start the server.
  5. Go to http://localhost:3000.

This project was bootstrapped with Create React App.

Technologies

  • React
  • Typescript
    • As a Javascript framework to work with types.
  • React Hooks
    • For managing the local state of some components and to create custom hooks.
  • Redux
    • For Managing the state of the app.
  • Jest
    • (Already included with React Create App) One of the most used testing library with JavaScript. Used to write unit testing code.

Available Scripts

In the project directory, you can run:

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 test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

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!

See the section about deployment for more information.

About

A new redux scaffolding approach using typescript.

License:MIT License


Languages

Language:TypeScript 88.5%Language:HTML 5.9%Language:CSS 4.8%Language:JavaScript 0.8%