Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
/ react-ideation Public archive

A react app all about ideation.

License

Notifications You must be signed in to change notification settings

meandmycode/react-ideation

Repository files navigation

react-ideation

A react app all about ideation.

Technology stack

📏 React 🦄 Babel 🐣 CSS modules 🤷‍♂️ Jest 🕶 Enzyme

Prerequisites

Debugging

To start debugging run npm run debug, this will start a debug development server at http://localhost:9001.

Building

To build the web application run npm run build, this will generate a static version of the web application in the directory dist.

Note that you must expose an API BASE URL via the environmental variable API_BASE_URL
In example npx cross-env API_BASE_URL=https://my.api

Testing

To lint the source code run npm run lint, this will report any linting issues, to unit test the source code run npm run unit, this will report any unit test failures and source coverage.

To run all tests run npm test

Spoilers

image

About

A react app all about ideation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published