项目作者: LisCT

项目描述 :
This app will flatten an array of arbitrarily nested arrays of integers into a flat array of integers.
高级语言: JavaScript
项目地址: git://github.com/LisCT/flatten-array.git
创建时间: 2019-10-29T14:26:23Z
项目社区:https://github.com/LisCT/flatten-array

开源协议:MIT License

下载


Fatten Arrays

This app will flatten an array of arbitrarily nested arrays of integers into a flat array of integers.

https://lisct.github.io/flatten-array/

Available Scripts

The project is using React.
In the project directory, you can run:

  1. yarn install

Installs all dependencies necessaries.

  1. yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

  1. yarn test

Launches the test runner in the interactive watch mode.

  1. yarn 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!