Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 792 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 792 Bytes

Lean excel

Basic excel application built in few days with the following stack:

  • React 16.8
  • Typescript 3.5
  • Enzyme 3.10
  • Cypress 3.4

You can see the project running here:

https://lean-excel.web.app/

In the project directory, you can run:

npm install

Install all dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

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

npm run cypress

Opens the cypress window to run the end to end tests.

npm run build

Builds the app for production to the build folder.